Difference between revisions of "Main Page"
From Code::Blocks
MortenMacFly (talk | contribs) |
(Fixed Fortran compiler link on main page) |
||
Line 10: | Line 10: | ||
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] | * [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] | ||
* [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/219754.htm Intel C++ compiler] ('''WARNING: [[Installing_a_supported_compiler#Configuring_CodeBlocks_to_use_the_Intel_C.2B.2B_Compiler|requires manual configuration]]''') | * [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/219754.htm Intel C++ compiler] ('''WARNING: [[Installing_a_supported_compiler#Configuring_CodeBlocks_to_use_the_Intel_C.2B.2B_Compiler|requires manual configuration]]''') | ||
− | * [ | + | * [[Installing_Fortran_Compiler|Installing the GNU G77 Fortran compiler]] |
This site does not hold much information yet but, with the help of the [https://www.codeblocks.org Code::Blocks] users, we hope it will soon be filled with articles, tutorials, FAQs, etc. | This site does not hold much information yet but, with the help of the [https://www.codeblocks.org Code::Blocks] users, we hope it will soon be filled with articles, tutorials, FAQs, etc. |
Revision as of 01:11, 2 December 2005
Welcome to the official site for Code::Blocks
Code::Blocks is an open-source, cross-platform IDE (Integrated Development Environment). Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C/C++. At the time of this writing, the following compilers are supported:
- GNU GCC (Linux)
- MinGW GCC (Win32)
- Microsoft's Visual C++ Free Toolkit 2003 (Win32)
- Borland's C++ Compiler 5.5 (Win32)
- DigitalMars (Win32)
- OpenWatcom (Win32)
- Small Device C Compiler (SDCC)
- Intel C++ compiler (WARNING: requires manual configuration)
- Installing the GNU G77 Fortran compiler
This site does not hold much information yet but, with the help of the Code::Blocks users, we hope it will soon be filled with articles, tutorials, FAQs, etc.
Table of contents
The Code::Blocks Team.