Showing 101 open source projects for "unixodbc-cpp"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start 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
    Pprof2calltree-cpp is a C++ port of pprof2calltree to convert a debug data created by APD to calltree format that Kcachegrind understands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This lib is a utility for auto read|write a xml dom to cpp struct. It use other xml parser such as tinyxml , would support xerces-c.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    fgen is a free command line tool that facilitates cross platform c++ development, including header generation, cpp file generation, makefile generation, unit test framework generation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cpp Ant task implementation. The project is simple cpp ant task implementation. It is intended to be platform independent but it requires presence of cpp preprocessor somewhere in searchpath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    Extremely simple HTML-based user interface system for standard C++ console applications. Mimics a streaming object whose output is a web page (ie a mix of cout and cin) created during runtime. Existing console applications just need to replace cin/cout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    sqlpp is a conventional cpp-alike preprocessor taught to understand SQL syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also #perldef for calling arbitrary perl code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    C++ based container/plugin manager that loads plugins from libraries and starts them at runtime. By default it provides a ThreadPool, Socket classes (ServerSocket, Socket ,Multiplexor)and a minimalist HTTP Parser. Container is configured using xml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DevMic is an Integrated Development Environment (IDE) for Small Device C compiler (SDCC) based on Dev-Cpp. The main aim is to allow programmers to develop software for microcontrollers easily and quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SwigXmlToCOM is a software development tool that converts programs written in C or C++ to COM. It uses SWIG generated XML files to create IDL, .h and .cpp files which can then be compiled in MS Visual Studio.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Set of general-use experimental C++ classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The program implements a demo application which demonstrates using C++ stream-compatible sockets developed by Maciej Sobczak http://www.msobczak.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The purpose of this project is to provide an Ant-based cpp-like preprocessing capability using the Velocity Template Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Interpreter of C++ in JAVA language (1.4.2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project provides a comprehensive collection framework for C++. While the STL is often a good alternative, this collection framework allows you to generically refer to containers so that the type of the container can easily be changed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ant tasks for preprocessing Java sources using cpp (C preprocessor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    C++ parser engine based on the tables generated by Gold Parser Builder. The project has moved to GITHUB, please go there to download the latest version: www.github.com/manast/cpp-gpengine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XML Localisation / Localization for C++. An alternative way of handling localised/localized resource strings in C++ to ease the problems of multi-language user interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A top quality C++ Utility Suite that provides tools to help C++ programmers develop good and strong applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CppUtx is a unit test framework for C++ based on the article `Cpp Utx Overview` written by Robert DiFalco and some parts of CxxTest. It depends on the standard and the boost library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This aims at moving C++ libraries into the Java culture with the help of Swig, XML, and XSLT: Java, JNI, JavaHelp, JavaBeans, RMI,JDBC, Servlets, JSP, EnterpriseBeans, Jini, JMX, etc. is generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A library of class utilities bases on ACE, that offers you the following: - Logs: I find the log of this library very helpful. The main disadvantage is that this logs are quite costly. - Sockets wrapper: A very useful wrappers. Based on ACE - Services
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    cpp2dia is a Tcl Script that uses "ctags" and "graphviz" to parse .cpp files and generate UML diagrams for the diagram drawing tool "Dia".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FLTKCallback++ is small package which adds more C++ in fltk callback system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Generate C++ header files from cpp files. Inspired by javadoc, and doxygen style source commenting. No need to maintain two seperate files to represent one class. Create and keep your headers up-to-date with your cpp files with little effort.
    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.