Difference between revisions of "Main Page"

From Code::Blocks
(Begun some restructuring for clarity and newb-friendliness)
Line 15: Line 15:
 
|width="60%" valign="top"|
 
|width="60%" valign="top"|
 
<!-- LEFT -->
 
<!-- LEFT -->
 +
<!-- Did you know that using Layout_box2 here instead of <div> breaks the inner table? Strange... -->
 +
<div style="background-color: #dfeefb; border: 1px dotted #010101; margin: 5px; padding: 5px;">
 +
{|align="center" style="background:transparent" cellspacing="5"
 +
 +
|valign="top" align="center" colspan="2"|
 +
=== How do I... ===
 +
 +
|-
 +
 +
|align="center"|
 +
'''[[Installing_Code::Blocks|...install Code::Blocks?]]'''<br/>
 +
<span style="font-size:.9em">
 +
[[Installing_the_latest_official_version_of_Code::Blocks_on_Windows|Windows]] &middot;
 +
[[Installing_in_Ubuntu|Ubuntu]] &middot;
 +
[[Installing_in_Mac_OS_X|Mac OS X]] &middot;
 +
[[Installing_in_Fedora_Core|Fedora Core]] &middot;
 +
[[Installing_Code::Blocks|more...]]
 +
</span>
 +
 +
|align="center"|
 +
'''[[Installing_a_supported_compiler|...set up a compiler in Code::Blocks?]]'''<br/>
 +
<span style="font-size:.9em">
 +
[[Installing_a_supported_compiler#Downloading_the_GNU_GCC_compiler_.26_GDB_debugger|MinGW]] &middot;
 +
[[Installing_a_supported_compiler#Downloading_the_Microsoft_Visual_C.2B.2B_Free_Toolkit_2003|MS Visual C++]] &middot;
 +
[[Installing_a_supported_compiler|more...]]
 +
</span>
 +
 +
|-
 +
 +
|align="center"|
 +
'''...create a new project?''' (Coming soon)
 +
 +
|align="center"|
 +
'''...debug my program?''' (Coming soon)
 +
 +
|-
 +
 +
|colspan="2" align="center"|
 +
'''[[User_documentation#Third-party_libraries|...use a 3rd-party library?]]'''<br/>
 +
<span style="font-size:.9em">
 +
[[Using_wxWidgets|wxWidgets]] &middot;
 +
[[Using_Boost|Boost]] &middot;
 +
[[Using_SDL_with_Code::Blocks|SDL]] &middot;
 +
[[User_documentation#Third-party_libraries|more...]]
 +
</span>
 +
 +
|}
 +
</div>
 +
 
{{Layout_box3|1=
 
{{Layout_box3|1=
=== [[Installing Code::Blocks]] ===
+
== Table of Contents ==
 +
<span style="font-size:.9em">''Main article: [[Code::Blocks Documentation]]''</span>
 +
 
 +
=== [[User documentation]] ===
 +
:Articles for Code::Blocks users
 +
 
 +
=== [[FAQ]] ===
 +
:Frequently Asked Questions
 +
 
 +
=== [[Feature List]] ===
 +
:An index of Code::Blocks' useful features
 +
 
 +
=== [[Code::Blocks Plugins]] ===
 +
:Plugins extend Code::Blocks' functionality
 +
 
 +
=== [[Off-site documentation]] ===
 +
:Links to external documentation
 +
 
 +
=== [[Developer documentation]] ===
 +
:Articles for developers of Code::Blocks itself
 +
}}
 +
 
 +
|width="40%" valign="top"|
 +
<!-- RIGHT -->
 +
{{Layout_box4|1=
 +
=== Download Code::Blocks ===
 +
* Last official release: [https://www.codeblocks.org/downloads/5 8.02]
 +
* [/index.php?board=20.0 Nightly builds] (updated each night)
 
}}
 
}}
  
 
{{Layout_box2|1=
 
{{Layout_box2|1=
=== [[Code::Blocks Documentation|Documentation]] ===
+
=== Other resources ===
 +
* [https://www.codeblocks.org Main website]
 +
* [ Community forums]
 +
}}
 +
 
 +
{{Layout_box2|1=
 +
=== Development ===
 +
[[Image:Chk.png]][[Roadmap]]
 +
* [[Developer documentation]]
 +
* [http://developer.berlios.de/projects/codeblocks/ Project page at BerliOS]
 +
* '''Bugs''': [http://developer.berlios.de/bugs/?group_id=5358 Browse] or [http://developer.berlios.de/bugs/?func=addbug&group_id=5358 submit new]
 +
* '''Features''': [http://developer.berlios.de/feature/?group_id=5358 Browse] or [http://developer.berlios.de/feature/?func=addfeature&group_id=5358 submit new]
 +
* '''Patches''': [http://developer.berlios.de/patch/?group_id=5358 Browse] or [http://developer.berlios.de/patch/?func=addpatch&group_id=5358 submit new]
 
}}
 
}}
  
Line 41: Line 129:
 
* [http://www.digitalmars.com/d/dcompiler.html Digital Mars D] (Win32, Linux)
 
* [http://www.digitalmars.com/d/dcompiler.html Digital Mars D] (Win32, Linux)
 
* [http://dgcc.sourceforge.net/ GDC D Compiler]
 
* [http://dgcc.sourceforge.net/ GDC D Compiler]
}}
 
|width="40%" valign="top"|
 
<!-- RIGHT -->
 
{{Layout_box4|1=
 
=== Downloads ===
 
* [/index.php?board=20.0 Nightly builds] (updated each night)
 
* Last official release: [https://www.codeblocks.org/downloads/5 8.02]
 
}}
 
{{Layout_box2|1=
 
=== Developers ===
 
[[Image:Chk.png]][[Roadmap]]
 
* [[Developer documentation]]
 
* [http://developer.berlios.de/projects/codeblocks/ Project page at BerliOS]
 
* '''Bugs''': [http://developer.berlios.de/bugs/?group_id=5358 Browse] or [http://developer.berlios.de/bugs/?func=addbug&group_id=5358 submit new]
 
* '''Features''': [http://developer.berlios.de/feature/?group_id=5358 Browse] or [http://developer.berlios.de/feature/?func=addfeature&group_id=5358 submit new]
 
* '''Patches''': [http://developer.berlios.de/patch/?group_id=5358 Browse] or [http://developer.berlios.de/patch/?func=addpatch&group_id=5358 submit new]
 
}}
 
{{Layout_box2|1=
 
=== Other resources ===
 
* [https://www.codeblocks.org Main website]
 
* [ Community forums]
 
* [[Code::Blocks Plugins|Plugins]]
 
 
}}
 
}}
 
|}
 
|}

Revision as of 19:51, 19 July 2008

Cb splash.png

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++. The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.


Wiki Editors: In order to login 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.

How do I...

...install Code::Blocks?
Windows · Ubuntu · Mac OS X · Fedora Core · more...

...set up a compiler in Code::Blocks?
MinGW · MS Visual C++ · more...

...create a new project? (Coming soon)

...debug my program? (Coming soon)

...use a 3rd-party library?
wxWidgets · Boost · SDL · more...

Table of Contents

Main article: Code::Blocks Documentation

User documentation

Articles for Code::Blocks users

FAQ

Frequently Asked Questions

Feature List

An index of Code::Blocks' useful features

Code::Blocks Plugins

Plugins extend Code::Blocks' functionality

Off-site documentation

Links to external documentation

Developer documentation

Articles for developers of Code::Blocks itself

Download Code::Blocks

  • Last official release: 8.02
  • [/index.php?board=20.0 Nightly builds] (updated each night)

Other resources

The Code::Blocks team
Index