Open Source C++ Education Software - Page 4

C++ Education Software

View 4108 business solutions

Browse free open source C++ Education Software and projects below. Use the toggles on the left to filter open source C++ Education Software by OS, license, language, programming language, and project status.

  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    RTSim is a simulator for real-time systems written in C++. It has been developed as an internal project at Scuola Superiore Sant'Anna as part of many research project, mainly thanks to the work of many PhD students.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 2
    Modern C++ Tutorial

    Modern C++ Tutorial

    Modern C++ Tutorial: C++11/14/17/20 On the Fly

    C++ is a language with a large user base. From the emergence of C++98 to the official finalization of C++11, it has experienced more than ten years of accumulation. C++14/17 is an important supplement and optimization to C++11, and C++20 brings this language into the door of modernization. All the expanded features in these new standards give C++ the language Infused with new vitality. Those C++ programmers who still insist on using traditional C++ (this book refers to C++98 and the previous C++ features as traditional C++) but have not been exposed to modern C++ are seeing things like Lambda expressions. When it comes to class new features, it will even reveal the feeling of wonder that "you are not learning the same language. A large number of features injected into traditional C++ make the entire C++ more like a modern language. Modern C++ not only enhances the usability of the C++ language itself, but automates the modification of keyword semantics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ThingPulse ESP8266 Weather Station

    ThingPulse ESP8266 Weather Station

    ESP8266 Weather Station library supporting OpenWeatherMap

    This code works best with the NodeMCU V2 ESP8266 module and an 0.96" OLED display. To get you up and running in no time we created a kit that contains all the necessary parts. By buying this and other kits from us you are funding the maintenance and development of this library. Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. If you are using the PlatformIO environment for building, choose one of the available IDE integration or the Atom-based IDE, install libraries 561, 562, and 563 with "platformio lib install", adapt the WeatherStationDemo.ino file to your needs. The simple class uses the header date and time to set the clock. NTP-based time class written by Fabrice Weinberg. We fixed many bugs and improved performance and changed the API a little bit. Either compare your code to the updated WeatherStationDemo or read through the upgrade guide.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    TinyRenderer

    TinyRenderer

    A brief computer graphics / rendering course

    Tiny Renderer (tinyrenderer by ssloy) is a lightweight educational software rasterizer that illustrates how OpenGL works by implementing a mini rendering pipeline in around 500 lines of code—serving as a compact, instructive graphics project. The final code consists of about 500 lines. My students typically require 10 to 20 hours of programming to start producing such renderers. The input is a 3D model composed of a triangulated mesh and textures. The output is a rendering. There is no graphical interface; the program simply generates an image. To minimize external dependencies, I provide my students with a single class for handling TGA files — one of the simplest formats supporting RGB, RGBA, and grayscale images. This serves as our foundation for image manipulation. At the beginning, the only available functionality (besides loading and saving images) is the ability to set the color of a single pixel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations. Icon
    Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations.

    The Most Powerful Apple Device Management Tool for MSPs and IT Teams

    Addigy solutions accelerate Apple adoption in any environment.
    Learn More
  • 5
    qvge

    qvge

    Qt Visual Graph Editor

    qvge is a multiplatform graph editor written in C++/Qt. Its main goal is to make possible visually edit two-dimensional graphs in a simple and intuitive way. Please note that qvge is not a replacement for such a software like Gephi, Graphvis, Dot, yEd, Dia and so on. It is neither a tool for "big data analysis" nor a math application. It is really just a simple graph editor :)
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    sdvplayer
    A video player featuring dictionary look up for subtitle words with single click. Intended audience are those who watches foreign language videos with same language subtitling
    Downloads: 26 This Week
    Last Update:
    See Project
  • 7
    Earth3D is a program to display the earth as a 3D globe (including heightfields) in real-time. One can zoom until cities become visible. It uses huge datasets that are loaded on demand over the internet. It is possible to embed dynamic data into the view
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    NoteTrainer PRO

    NoteTrainer PRO

    Trains quickly score reading and piano playing (MIDI-keyboard)

    The main purpose of NoteTrainer PRO is developing the ability of quickly reading and playing notes "at sight." The program generates a random sequence of notes in the range selected by the user, and controls the speed and accuracy of their playing. Instead of random notes can be loaded not very complex melodies in MusicXML format and practice by studying them. Input the notes possible not only with MIDI-keyboard, but from the PC-keyboard, as well as using the virtual keyboard.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Linguistic Tree Constructor

    Linguistic Tree Constructor

    Syntax tree editor for rapid annotation of existing text

    Linguistic Tree Constructor (LTC) is a tool for drawing lingusitic syntax trees of already-existing text. It is a syntax editor, not a text editor, so the text has to exist already. It is best suited for large-scale, rapid creation of hand-annotated treebanks. The user can define their own node categories, and can label each node with labels, also definable by the user. LTC supports "generic", X-Bar and RRG trees. Supports interlinear texts in SIL SFM format.
    Downloads: 6 This Week
    Last Update:
    See Project
  • New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software. Icon
    New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software.

    Get a live and in-depth view of your network, infrastructure, applications, end-user experience, machine learning models and more.

    Correlate issues across your stack. Debug and collaborate from your IDE. AI assistance at every step. All in one connected experience - not a maze of charts.
    Start for Free
  • 10

    Web-CAT

    Open-source automated grading of programming assignments

    Web-CAT is a plug-in based web application for automatically grading programming assignments in many programming languages. This project also provides Eclipse plugins for electronic submission and feedback services directly from the Eclipse IDE. We now use github for source code control (https://github.com/web-cat), although all file releases are still provided here through SourceForge. The CVS repository here is for archival purposes only.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Group Explorer is mathematical visualization software for the abstract algebra classroom. Users can explore dozens of finite groups (and morphisms among them) visually and interactively.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Klest-crossword
    Open Source program to create crossword puzzles, which will be professionally compile a crossword puzzle and then is convenient to guessing.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    qmol

    qmol

    A simple molecular weight calculator

    qmol is a simple molecular weight calculator, available for Linux and Windows, derived from Tomislav Gountchev's KMol. You can enter a formula, (e.g. CH3(CH2)2OH) and get its molecular weight (60.0959 g/mol) and its elemental composition (C3H8O: C 59.96; H 13.42; O 26.62 %). See the features list below for more details or consult the wiki page: https://sourceforge.net/p/qmol/wiki/Home/. For Windows binary and source code see the files section: https://sourceforge.net/projects/qmol/files/ Binary packages (rpm/deb) for openSUSE Leap 15.2-42.2, xUbuntu 20.10-19.10, 17.04, Fedora 33, CentOS 8, Scientific Linux 7, and Debian 10.0-8.0 can be found at: http://download.opensuse.org/repositories/home:/lineinthesand/
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    مكتبة القرطاس

    مكتبة القرطاس

    مكتبة الكترونية بها كل ما تحتاج

    مكتبة القرطاس برنامج مجاني مفتوح تعمل على جميع أنظمة التشغيل لينكس او وندوز أو ماك تتيح لك مطالعة الكتب و تحريرها كما يمكنك إضافة كتب جديدة
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    The project provides a ready-to-use interface for the julius CSR engine for a handicapped child which is not able to use the keyboard well. It integrates into X11 and Windows. Find out how you can help: http://simon-listens.org/index.php?support
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Fresh Memory

    Fresh Memory

    Flashcards application with Spaced Repetition method

    Fresh Memory is an application that helps to learn large amounts of any material with Spaced Repetition method. The most important subject is learning foreign words, but Fresh Memory can be also used to learn anything else. The learning data is stored as flash cards and dictionaries. The flash cards may have several fields, and the user controls what combination of fields to learn. The flashcards can have formatted text and images.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Simple Dumping Monitor for Arduino

    Simple Dumping Monitor for Arduino

    Simple in use library to display dumps and debug Arduino sketches.

    Simple Dumping Monitor Library (DumpMon) for Arduino-compatible ATmega microcontroller based boards allow to display either memory, registers and timer dumps and also interrupt vectors table dump. Beginning since version 0.6 functions of simple symbolic debugger are added. Being compiled the library requires about 11 KBytes of program memory (15 KBytes for Arduino MEGA). Requirements to RAM memory don't exceed 1 KByte (277 Bytes for dumpmon.pde example, 377 Bytes for dumpmonDebug.pde).
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    MIDIIO2K / MIDIFL2K OCX Midi input, output, & file processing*. Versatile/reliable/accurate/optimized for VB** and most sound cards***. Based on old tools & demos (MIDIIO32 / MIDIFL32) by Mabry, Mike LeVoi, Joseph Balogh. Based on unrelated features****.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 19
    Saaghar
    “Saaghar” (ساغر) is a Persian poetry software written by C++ under Qt framework, it uses "ganjoor" database as its database. It has tab feature in both its “Viewer” and its “Search” page that cause it be suitable for research goals.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    This project is aimed to the development of a framework for alife contests: the main rules of life, a graphical interface and some examples of elementary microorganisms (more complex survival strategies are developed by the contestants).
    Downloads: 14 This Week
    Last Update:
    See Project
  • 21
    HatchKeeper

    HatchKeeper

    Free Open-Source Egg Incubation Software

    HatchKeeper is free open-source egg incubation software, that is for the person who hatches his own chickens or other fowl. Its just a simple app, but it saves a lot of time with its automatic calculation features and makes keeping track of the eggs easy. Visit the homepage at http://hatchkeeper.sourceforge.io/ HatchKeeper Mobile is now available on Google Play https://play.google.com/store/apps/details?id=com.hatchkeeperteam.hatchkeepermobile This is beta software, so you might find bugs. Please use the discussion, open a ticket, or email me at millj dot code at gmail dot com Under the gnu GPL license you are free to modify and redistribute HatchKeeper.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    Olam English Malayalam Dictionary

    Olam English Malayalam Dictionary

    Unofficial Offline version of olam english malayalam dictionary

    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    FastMRCView

    FastMRCView

    MARC files viewer

    A small and fast program for view ISO 2709 format files. Such as MARC21, USMARC, UNIMARC, RUSMARC. Size of MRC file unlimited. Программка для просмотра файлов в формате ISO 2709. Таких как MARC21, USMARC, UNIMARC, RUSMARC. Размер файла неограничен.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    A wxWidgets-based project aimed to make math-typing, plotting and symbolic math easier; user can easily input, plot and save/load math data in various formats (e.g. MathML). Step-by-step resolution makes this a powerful didactive tool.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 25
    A book aimed at C++ programmers of all experience using wxWidgets and wxDev-C++. Available in PDF and CHM formats this book is backed with downloadable source code examples.
    Downloads: 12 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB