Code::Blocks Studio (C::B) is a free open source and cross platform IDE for C++ built specifically to meet the most demanding needs of its users. It was designed right from the start to be extensible and configurable.
Code::Blocks offers such desirable features as syntax highlighting, a tabbed interface, code folding, and plugins, including a code completion plugin. Built around a plugin framework, Code::Blocks can be extended with plugin DLLs or plugins designed for Dev-C++, known as DevPaks.
Yes
- Precompiled headers (PCH) support! (currently works only with GCC)
- The source is now fully UNICODE-compatible
- The source is also fully 64-bit compatible
- Autoconf/automake build system is now used for non-windows platforms
- New plugins (Code statistics: counts nr. of source lines, nr. of comment lines, etc; CBProfiler: parses and displays the output of GProf, the GNU Profiler; SourceExporter: exports the active file to HTML/RTF/ODT)
- New lexer (syntax highlighting) files: Fortran77 (by Martin Halle), NVidia CG (by anonymous), X-Base languages (Clipper, Foxpro)
Reviewing 1.0 Release Candidate 2 (Mar 7, 2007)
This is a very old release. Though no official release have been made after 25-Oct-2005 but Nightly release (or Daily builds) are released everyday in the following forum.
http://forums.codeblocks...dex.php/board,20.0.html
Personally I would not recommend anyone to *Download* and *Use* old *RC2*. Many bugs have been fixed, a number of changes have been made in the Code::Blocks Core so far after the RC2 release.
Many new features and enhancements are available Only in *Latest Nightlies*.
I would request users to download latest nightlies only.
No comments yet