Difference between revisions of "Main Page"
From Code::Blocks
(Updated main page) |
(Updated main page) |
||
Line 4: | Line 4: | ||
{{Layout_box1|1= | {{Layout_box1|1= | ||
[[Image:cb_splash.png|left]] | [[Image:cb_splash.png|left]] | ||
− | '''Welcome to the official Wiki for Code::Blocks | + | '''Welcome to the official Wiki for Code::Blocks'''<br> |
[https://www.codeblocks.org Code::Blocks] is an open-source, cross-platform [[wikipedia:Integrated Development Environment|IDE]]. Using a plugin architecture, its capabilities and features are defined by the provided plugins.<br> | [https://www.codeblocks.org Code::Blocks] is an open-source, cross-platform [[wikipedia:Integrated Development Environment|IDE]]. Using a plugin architecture, its capabilities and features are defined by the provided plugins.<br> | ||
Currently, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++. | Currently, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++. | ||
Line 15: | Line 15: | ||
}} | }} | ||
+ | {|cellspacing="0" cellpadding="0" width="100%" background-color="transparent" | ||
+ | |width="60%" valign="top"| | ||
+ | <!-- LEFT --> | ||
+ | {{Layout_box3|1= | ||
+ | === Table of contents === | ||
+ | * [[Articles]] | ||
+ | * [[Tutorials]] | ||
+ | * [[Developing for Code::Blocks]] | ||
+ | * [[Announcement for plugins/patches]] or similar ('''NEW!''') | ||
+ | * [[Code::Blocks Interface]] | ||
+ | * [[FAQ]] | ||
+ | * [[Tips'n'Tricks]] | ||
+ | }} | ||
+ | {{Layout_box3|1= | ||
+ | === Supported compilers === | ||
At the time of this writing, the following compilers are supported: | 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) | ||
Line 24: | Line 39: | ||
* [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] | * [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/219754.htm Intel C++ compiler] | ||
+ | }} | ||
+ | |width="40%" valign="top"| | ||
+ | <!-- RIGHT --> | ||
+ | {{Layout_box2|1= | ||
+ | === Developer resources === | ||
+ | *[https://www.codeblocks.org Main website] | ||
+ | *[ Community forums] | ||
+ | *[https://wiki.codeblocks.org Official wiki (this one!)] | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | *[http://developer.berlios.de/projects/codeblocks/ Project page at BerliOS] | ||
+ | *'''Bugs''' | ||
+ | ::[http://developer.berlios.de/bugs/?group_id=5358 Browse] | ||
+ | ::[http://developer.berlios.de/bugs/?func=addbug&group_id=5358 Submit new] | ||
+ | *'''Feature requests''' | ||
+ | ::[http://developer.berlios.de/feature/?group_id=5358 Browse] | ||
+ | ::[http://developer.berlios.de/feature/?func=addfeature&group_id=5358 Submit new] | ||
+ | *'''Patches''' | ||
+ | ::[http://developer.berlios.de/patch/?group_id=5358 Browse] | ||
+ | ::[http://developer.berlios.de/patch/?func=addpatch&group_id=5358 Submit new] | ||
+ | }} | ||
+ | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | The [https://www.codeblocks.org/about.shtml Code::Blocks Team]. | + | <center>The [https://www.codeblocks.org/about.shtml Code::Blocks Team].</center> |
Revision as of 09:20, 1 April 2006
Welcome to the official Wiki for Code::Blocks
Code::Blocks is an open-source, cross-platform IDE. Using a plugin architecture, its capabilities and features are defined by the provided plugins.
Currently, Code::Blocks is oriented towards C/C++.
Wiki Editors: In order to log in to edit pages, you must create an account on the [/ forums]. Use the same username and password for the wiki. Read the Help for editing guidelines. Look in the community portal for things to do.
The Code::Blocks Team does not take responsibility for the content nor accuracy of these pages.
Table of contentsSupported compilersAt the time of this writing, the following compilers are supported:
|
Developer resources
|