Showing 475 open source projects for "programming c++ library"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    The docking library for .Net Windows Forms development which mimics Visual Studio .Net.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2

    UIRepo++

    User Interface Repository for C++

    Beyond the first simple program, user interface developers soon find that managing the relationships between on screen data elements can be tricky. It is usually helpful to de-couple the application data from the actual window controls, and the result will be a more elegant, easily maintainable design. UIRepo is a small C++ class constructed using the Standard Template Library (STL). It uses the unordered_map class to store away mixed data items of type bool, int, double, string or wstring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Small library to manage your program options in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DBTreeGrid a С++ library to create a GUI for build database application. Developed with wxWidgets and wxDatabaseLayer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    A C++ based framework for highly object-oriented cross-platform programming. Includes Thread, Processes,Filesystem access,GUI, etc. plus a set of generic utilities like Strings,Data structures,advanced debugging tools, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GuiObjects

    GuiObjects

    A C++ library to easily create GUI-editable objects

    The project was born when I wanted to write a 3D modeling + rendering engine in C++. I wanted to create an easily expandable tool for the GUI, that will automatically know how to display the various objects for editing. The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them. The basic requirements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Flexible ConFiguration LIBrary is a small, simple, flexible and portable ANSI C Library to be used as configuration interface for user programs. It maintains a compact parameters list fed from various sources providing simple access and other goodies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Imagine if you could write a native Windows application with just three API calls. Now you can! Albantech Class Library basically a set of header files and a shared library that wrap the native Win32 API's into an easy-to-use framework in pure Unicode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MetroForm Project (.NET)

    MetroForm Project (.NET)

    Add a Metro-styled form to your .NET project!

    1.3 COMING SOON! Includes: Updated settings Improved all animations (using Transitions Library) Added new default theme Changed resize control Native maximise behaviour Added MetroButton (BETA) Form title is now automatically uppercase Currently Supported: WinForms Available Languages: Visual Basic.NET This is a simple Visual Studio template which has a pre-built Metro interface. Currently, there is only a VB version; however, a C# version will be introduced very soon, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    ncurses-ruby is an extension module that makes the functions and constants of the FSF's ncurses library accessible from the ruby programming language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    lcdgraph

    Micro LCD s/w driver for embedded systems

    Graphic LCD driver for microcontrollers. It is to work with various displays. Contains simple dialog-box creator. It is supposed to speed up creating applications with graphic LCDs and GUIs. The library may work with any uC, however at this stage it is optimized to work with PIC16/18 with mcc18 compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GooCanvas python bindings Note: please file bug reports here: https://bugs.launchpad.net/pygoocanvas/+filebug
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    criutils is a library set written in C which make easier to work with strings, linked list, timestamps, databases (postgreSQL, xquery and sqlite) and CGI. You can imagine criutils like a little extension of glibc. Check the wiki for a full documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ultimate C++ Library for making games. Project moved to: http://sourceforge.net/projects/utgs/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Library for user interface development based on SDL. Includes a complete skin handling
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Miyagi
    Miyagi is a .NET library for creating GUIs in Mogre and Axiom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Windows Forms .net library containing forms which can be used in many applications, for example displaying the details of an unhandled exception, displaying the software license, or maintaining a responsive UI while a lengthy operation is running on a separate thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Freedom

    An advanced GUI system for FreeDOS

    Microsoft has Windows, Linux has GNOME and KDA, but poor FreeDOS, the best OS available has practically nothing. This is an attempt to provide a powerful, full graphics user interface for it. It is partially operational, but needs a lot of work that I don't have the time for right now, so I am soliciting anybody who would like to work on it. To do so, you must use the Euphoria programming language, and only Versions 2.4 or 2.5. A full copy of it is provided here. While FreeDOS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    basicmenu

    add a menu easily in console application

    This library is developed to allow the programmers to create and insert one or more menus in their console applications easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CLI Parser provides a framework for quickly development of Cisco-like CLI commands. It provides a simple syntax to define CLI commands, a compiler to automatically convert these commands into a C parse tree and a run-time library to create CLI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Fast Light Plugin Toolkit (FLPTK) is a fork of the Fast Light Toolkit (FLTK) library, adapted to be used for application plugin GUIs that run independently of the hosting application's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Aswang is a lightweight and flexible C++ class framework meant to make windows GUI development easier and faster without the imposition of bloated libraries or any particular visual style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GZ Controls
    GZ Controls is a library containing controls for using with C#. Requires .NET Framework 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GLBasic IDE is a cross platform IDE for the programming language GLBasic. It will run under Linux and Windows (via Mono and .Net).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    AMELiA is a collection of libraries developed at the Arts, Media and Engineering Program at Arizona State University. It includes the AME Patterns library, a generic C++ library for modeling, recognition and synthesis of sequential patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.