Difference between revisions of "Main Page"

From Code::Blocks
(Added links to OpenWatcom and SDCC compilers)
Line 1: Line 1:
 
<!-- wiki user guide at [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] -->
 
<!-- wiki user guide at [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] -->
 
= Welcome to the official wiki site for Code::Blocks =
 
= Welcome to the official wiki site for Code::Blocks =
[https://www.codeblocks.org 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, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++. At the time of this writing, five (5) major C/C++ compilers are supported:
+
[https://www.codeblocks.org 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, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++. At the time of this writing, the following compilers are supported:
 
* [http://gcc.gnu.org/ GNU GCC] (Linux)
 
* [http://gcc.gnu.org/ GNU GCC] (Linux)
 
* [http://www.mingw.org MinGW GCC] (Win32)
 
* [http://www.mingw.org MinGW GCC] (Win32)
Line 7: Line 7:
 
* [http://www.borland.com/products/downloads/download_cbuilder.html# Borland's C++ Compiler 5.5] (Win32)
 
* [http://www.borland.com/products/downloads/download_cbuilder.html# Borland's C++ Compiler 5.5] (Win32)
 
* [http://www.digitalmars.com/ DigitalMars] (Win32)
 
* [http://www.digitalmars.com/ DigitalMars] (Win32)
 +
* [http://store.scitechsoft.com/product_info.php?products_id=37/ OpenWatcom] (Win32)
 +
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] (Win32)
  
 
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 10:33, 22 August 2005

Welcome to the official wiki 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:

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.