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

Development Tools C/C++ script downloads

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. ...

Scintilla

Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support ...

ggcov

ggcov is a GTK GUI for exploring test coverage data produced by C and C programs compiled with gcc -fprofile-arcs -ftest-coverage. In other words it is basically a GUI replacement for the gcov program that comes with gcc. Requirements: · libglade library with GNOME support · GNOME libgnomeui library · GNOME ...

Assembly Language Debugger

The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. ...

GPP application

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for ...