Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Friday, November 15, 2013

Programming Tools for C/C++

There are three most popular and best compiler for C/C++ programming.



Borland C++ 5.5: This well known compiler from Borland (for Windows and DOS) will currently be downloaded for free (legally)!

Download simply the free C++ compiler. The free download includes:

Borland C++ program line Tools
Borland C++ Compiler v5.5 (bcc32)
Borland Turbo progressive Linker (tlink32)
Borland Resource Compiler / Binder (brc32, brcc32)
C++ Win32 Preprocessor (cpp32)
ANSI/OEM listing file conversion utility (fconvert)
Import Definitions utility to supply data regarding DLLs (impdef)
Import Library utility to form import libraries from DLLs (implib)
Borland Turbo Dump to structurally analyse EXE, OBJ and LIB files (tdump)
Librarian for image case-conversion, making extended libraries and modifying page size (tlib)
Included Libraries
Borland C/C++ Runtime Library
ANSI/ISO normal guide Library (STL)

Code::Blocks: 

Code::Blocks is a open source, cross platform, free C++ IDE built to meet the most demanding needs of its users. It is designed to be terribly protractible and totally configurable.

Finally, associate degree IDE with all the options you would like, having a standardized look, feel and operation across platforms.

Built around a plugin framework, Code::Blocks will be extended with plugins. Any quite practicality will be further by installing/coding a plugin. as an example, compilation and debugging practicality is already provided by plugins!
Download Latest CodeBlocks

Dev-C++: Bloodshed Dev-C++ could be a full-featured Integrated Development setting (IDE) for the C/C++ programing language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ may also be employed incombination with Cygwin or the other GCC primarily based compiler.

Features area unit :

- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlight editor
- category Browser
- Code Completion
- operate listing
- identification support
- Quickly produce Windows, console, static libraries and DLLs
- Support of templates for making your own project sorts
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- notice and replace facilities
- CVS support

Posted by: Ikrum Hossain
Latest Computer Technology, Updated at: 12:14 AM