Development Tools C/C++ scripts - Top 4 Download

Development Tools C/C++ script downloads

CodeSynthesis XSD

CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C data binding compiler.Provided with an XML instance specification (XML Schema), it generates C classes that represent the given vocabulary as well as parsing and serialization code. XSD supports two XML Schema to C mappings: in-memory C /Tree and stream-oriented C ...

ColdStore

ColdStore is a gigabyte-scale persistent object store which provides: - Extent-based allocation (for maximal spatial locality of reference, minimal working set) - Interning of Elf symbols (so your class implementation may change without the necessity to rebuild the store.) - A rich set of Container and Basic classes optimised ...

Compilercache

Compilercache is a wrapper script around your C and C compilers. Each time you compile something, the wrapperscript puts the result of the compilation into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled. ...

Conglomerate

Conglomerate should allow you to load and edit any well-formed XML document.It lets you "undo" and "redo" any changes you make to a document. Also, it can store an arbitrary amount of "undo" and "redo" history, up to the memory of the computer you're running it on. Requirements: · GTK2 ...

Construct

Construct is a free powerful and easy to use development software for both DirectX 9-based games and applications. It includes an event based system for defining how the game or application will behave, in a visual, human-readable way - easy enough for complete beginners to get results quickly. Optionally, advanced users ...

Cscope

Cscope is a developer's tool for browsing source code.Features: - Allows searching code for: - all references to a symbol - global definitions - functions called by a function - functions calling a function - text string - regular expression pattern - a file ...

CxxTest

CxxTest is a JUnit/CppUnit/xUnit-like framework for C .It is extremely portable since it doesn't depend on RTTI, exception handling or any libraries (including standard ones). Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template functions - Doesn't require exception handling ...

Devhelp

Devhelp is an API documentation browser for GNOME 2. It works natively with gtk-doc (the API reference framework developed for GTK and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation. Requirements: · GTK+ 2.2.0 or later ...

Dia2Code

Dia2Code is a small utility used to generate code from a Dia diagram. Dia2Code basically reads a Dia diagram file that contains an UML class diagram and creates files in the language of choice that contain the bare bones of the classes represented in the diagram. Features: - Reads UML diagrams. ...

Document Printer

Document Printer (docPrint) is a Windows printer driver that saves ink, paper and time by controlling printed output, it supports print 2, 4, 6, 8 or 16 pages on a single sheet of paper, it also supports scale A3 paper to standard Letter or A4 paper sizes.Document Printer (docPrint) is also ...

Easy integrity check system

Easy integrity check system is easy to install and use file integrity system. Primarily ment for system administrators to aid in intrusion detection. Requirements: · libmhash 0.8.16 or later · OpenSSL 0.9.6h or later · zlib 1.1.3 or later ...

et6 library

et6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C . It is portable to both the Windows and Unix-like platforms. Requirements: · sigc++ - 2.0 ...

Fast expression evaluator

This code provides you a pluggable library for fast computation of mathematical expressions in C programs with x86 JIT compiler. ...

FlowDesigner

FlowDesigner is a free (GPL/LGPL) data flow oriented development environment. It can be used to build complex applications by combining small, reusable building blocks. In some ways, it is similar to both Simulink and LabView, but is hardly a clone of either. FlowDesigner features a RAD GUI with a visual debugger. ...

FreeDCE

This application represents a free implementation of DCE RPC, with development aimed at implementing DCOM for Linux (and other UNIX systems). ...

G Cows

G-Cows is a software project consisting in: - definition of a scripting language designed for creation of web sites; - interpreter for the scripting language (Cows); - a makefile generator (Cows-mkgen).  Cows is the interpreter for the Cows scripting language, used to parse HTML files containing additional scripts. ...

GAA Argument Analyser

GAA Argument Analyser allows you to analyze the arguments given to a program from the command line. You must create a configuration file in GAA language, and GAA will provide you .c and .h files to manage arguments. ...

GABE

GABE (Generic Adapter to Back-Ends) allows front-end applications (written in Perl, Python, PHP, etc.) to get a high-level access to any back-end transaction. The transactions are described in a Transaction Description Repository (TDR), written in XML. ...

GENDIST Toolkit

GENDIST creates a makefile-based build-system for your distribution. It helps you to automate the following three tasks: - maintain your root-filesystem - maintain your "cd-filesystem" (in case you create a bootable CD) - package everything on a media GENDIST creates a hierarchy of makefiles with a number of ...

getAbsPath

getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) which converts relative unix/win32 pathes to absolute ones. It uses current working directory (CWD) as basis. You could use it e.g. for finding out the current path of a shell script. ...