Home >> Computers >> Programming >> Languages >> C >> Tools


  Compilers
       


The programming convienence occurs as program or application that software developers use to create, debug, or even maintain more computer program & applications. the term normally refers to comparatively elementary computer software that may be combined together to accomplish a project, very much like a single will utilize multiple hand tools to fix a physical object.

A history of computer software information began sustaining a foremost computers in the early Fifties that utilized linkers, loaders, & control software. Information became celebrated sustaining Unix in the early Seventies using information rather grep, awk and make that were meant to become combined flexibly by owning pipes.

Information were originally elementary & lightly weight. When a bit of information develop been maintained, it have been integrated into other mighty integrated development environments (IDEs). These environments may produce shopping & editing very much more leisurely, nevertheless it lack the ability to massage code, such as old Unix information.

A distinction between information & applications is murky. For instance, developers have simple databases (like the file containing listing of crucial values) day and night when information. Still the good-blhave database is commonly thought of as an application around its own correct.

For numbers of years, computer-assisted software engineering (CASE) information were sought fallowing. Successful information keep close at hand proven elusive. Within 1 feel, Pack information emphasized project & architecture trend lines, like for UML. However a virtually all successful one information come IDEs.

the ability to utilize the kind of information fruitfully is of these hallmark of a skilled software engineer.

List of tools

Computer software information came around several forms:

Revision control: SCM, SCCS, RCS, CVS, SVN, SourceSafe, PVCS, ClearCase, Bonsai Compilation and linking tools: GNU toolchain (Make, automake, gcc), Microsoft Visual Studio Lint: lint, Splint Lookup: grep, find Editors: emacs, vi Scripts: Shell, Perl Parsing: Lex, Yacc Bug Databases: gnats, Bugzilla, Trac Debuggers: gdb, GNU Binutils

Debugging tools likewise come utilized in the run of debugging code, & can also become utilized to produce code that is other compliant to standards & personal than in case it were non utilized.

Memory leak detection: In the C programming language for instance, memory leaks are not when easy found - programs information known as memory debuggers are typically wont to locate memory leaks enabling a computer programmer to locate these problems great deal additional expeditiously than review alone.

IDEs

Integrated development environments (IDEs) combine the features of numerous information, into a single complete pack. It is unremarkably simpler & more comfortable to wash simple tasks, like shopping for content merely inside files in the design. It usually have a very much harder instance by owning linking information together, like preprocessors & code generators.

Integrated development environments come typically utilized for development of enterprise-level applications, especially in Microsoft Windows based machines, however IDEs (when it is as well known) too survive in more operating systems. IBM's VisualAge development tools rerun in OS/2, for instance.

The Codist
Check this site for a survey of source code comprehension tools (these show flow and/or relationships of function within the program in a graphical and/or text manner). Both free and commercial products are listed.

CCured
Source-to-source translator for C, which analyzes the program to determine the smallest number of run-time checks that must be inserted in the program to prevent all memory safety violations.

LCLint
Tool for statically checking C programs, GPL.

CodeSurfer
An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code.

Exuberant Ctags
Generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. [Open Source, GPL]

C to Java converter
Convert C preprocessed source to Java.

Compilercache
Caches compiled object files to dramaticly speed up compiles. More convenient than make, and speeds up builds (like RPM builds) that make doesn't. Obsoleted by ccache.

ccache
Acts as a caching pre-processor to C/C++ compilers, which often results in a 5 to 10 times speedup in common compilations. [Open Source, GPL]

Lint Plus
Source code analyzer, detects problems compilers cannot catch, by Cleanscape Software.

Insure++
An error detection tool for C/C++ that automatically finds hidden errors at the source code level.


Computers: Programming: Development Tools
Computers: Programming: Languages: C++: Tools





© 2005 GeneralAnswers.org