Difference between revisions of "Main Page"

From Code::Blocks
(Link to Ubuntu install)
m (Update to 16.01)
(45 intermediate revisions by 15 users not shown)
Line 3: Line 3:
 
[[Image:cb_splash.png|left]]
 
[[Image:cb_splash.png|left]]
 
'''Welcome to the official Wiki for Code::Blocks'''<br>
 
'''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 a free, 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++/Fortran.
 
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.
 
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.
  
Line 10: Line 10:
 
<small>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:Contents|Help]] for editing guidelines. Look in the [[CodeBlocks:Community_Portal|community portal]] for things to do.
 
<small>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:Contents|Help]] for editing guidelines. Look in the [[CodeBlocks:Community_Portal|community portal]] for things to do.
 
</small>
 
</small>
 +
<br clear="all" />
 
}}
 
}}
  
Line 29: Line 30:
 
[[Installing_the_latest_official_version_of_Code::Blocks_on_Windows|Windows]] &middot;
 
[[Installing_the_latest_official_version_of_Code::Blocks_on_Windows|Windows]] &middot;
 
[[Installing_Code::Blocks#Ubuntu|Ubuntu]] &middot;
 
[[Installing_Code::Blocks#Ubuntu|Ubuntu]] &middot;
[[Installing_in_Mac_OS_X|Mac OS X]] &middot;
+
[[Installing_Code::Blocks#Mac_OS_X|Mac OS X]] &middot;
[[Installing_in_Fedora_Core|Fedora Core]] &middot;
+
[[Installing_Code::Blocks#Fedora|Fedora]] &middot;
 
[[Installing_Code::Blocks|more...]]
 
[[Installing_Code::Blocks|more...]]
 
</span>
 
</span>
Line 45: Line 46:
  
 
|align="center"|
 
|align="center"|
'''...create a new project?''' (Coming soon)
+
'''[[Creating a new project|...create a new project?]]'''<br/>
 +
<span style="font-size:.9em">
 +
[[Creating a new project#Changing file composition|Add files]] &middot;
 +
[[Creating a new project#Modifying build options|Build options]] &middot;
 +
[[Creating a new project#Virtual Targets|Virtual Targets]] &middot;
 +
[[Creating a new project|more...]]
 +
</span>
  
 
|align="center"|
 
|align="center"|
'''...debug my program?''' (Coming soon)
+
'''[[Debugging_with_Code::Blocks|...debug my program?]]'''
  
 
|-
 
|-
  
|colspan="2" align="center"|
+
|align="center"|
 +
'''[[FAQ-Settings#Q: How do I make Code::Blocks portable?|...make Code::Blocks portable?]]'''
 +
 
 +
|align="center"|
 
'''[[User_documentation#Third-party_libraries|...use a 3rd-party library?]]'''<br/>
 
'''[[User_documentation#Third-party_libraries|...use a 3rd-party library?]]'''<br/>
 
<span style="font-size:.9em">
 
<span style="font-size:.9em">
Line 91: Line 101:
 
{{Layout_box4|1=
 
{{Layout_box4|1=
 
=== Download Code::Blocks ===
 
=== Download Code::Blocks ===
* Last official release: [https://www.codeblocks.org/downloads/5 8.02]
+
* Latest official release: [https://www.codeblocks.org/downloads/26 16.01]
 
* [/index.php?board=20.0 Nightly builds] (updated each night)
 
* [/index.php?board=20.0 Nightly builds] (updated each night)
 +
* [[Compiled_packages_of_Code::Blocks|Official and third-party binaries]] (for various distributions)
 
}}
 
}}
  
Line 99: Line 110:
 
* [https://www.codeblocks.org Main website]
 
* [https://www.codeblocks.org Main website]
 
* [ Community forums]
 
* [ Community forums]
 +
* [irc://irc.freenode.net/codeblocks IRC channel] and [http://webchat.freenode.net/?channels=codeblocks IRC channel web access]
 
}}
 
}}
  
Line 105: Line 117:
 
[[Image:Chk.png]][[Roadmap]]  
 
[[Image:Chk.png]][[Roadmap]]  
 
* [[Developer documentation]]
 
* [[Developer documentation]]
* [http://developer.berlios.de/projects/codeblocks/ Project page at BerliOS]
+
* [http://sourceforge.net/projects/codeblocks/ Project page at Sourceforge]
* '''Bugs''': [http://developer.berlios.de/bugs/?group_id=5358 Browse] or [http://developer.berlios.de/bugs/?func=addbug&group_id=5358 submit new]
+
* '''Bugs''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3ABug_Report+or+_type%3AUndefined bugs] or browse [http://alpha0010.github.io/cb-history/bugs.html old bugs]
* '''Features''': [http://developer.berlios.de/feature/?group_id=5358 Browse] or [http://developer.berlios.de/feature/?func=addfeature&group_id=5358 submit new]
+
* '''Features''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3AFeature_Request+or+_type%3AUndefined features] or browse [http://alpha0010.github.io/cb-history/features.html old features]
* '''Patches''': [http://developer.berlios.de/patch/?group_id=5358 Browse] or [http://developer.berlios.de/patch/?func=addpatch&group_id=5358 submit new]
+
* '''Patches''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3APatch+or+_type%3AUndefined patches] or browse [http://alpha0010.github.io/cb-history/patches.html old patches]
 
}}
 
}}
  
Line 115: Line 127:
 
* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)
 
* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)
 
* [http://www.mingw.org MinGW GCC (incl. G77)] (Win32)
 
* [http://www.mingw.org MinGW GCC (incl. G77)] (Win32)
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32, Linux, BSD)
+
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32)
* [http://www.hightec-rt.com TriCore GCC] (Win32, Linux)
+
* [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux)
* [http://www.hightec-rt.com PowerPC GCC] (Win32, Linux)
 
 
* [http://developer.apple.com/tools/ Apple GCC (Xcode)] (Mac OS X)
 
* [http://developer.apple.com/tools/ Apple GCC (Xcode)] (Mac OS X)
 
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
 
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
 
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)  
 
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)  
 
* [http://msdn.microsoft.com/vstudio/express/visualc/download/ Microsoft Visual C++ 2005] (Win32)
 
* [http://msdn.microsoft.com/vstudio/express/visualc/download/ Microsoft Visual C++ 2005] (Win32)
* [http://www.borland.com/products/downloads/download_cbuilder.html Borland's C++ Compiler 5.5] (Win32)
+
* [http://edn.embarcadero.com/article/20633 Borland's C++ Compiler 5.5] (Win32)
 
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
 
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
 
* [http://openwatcom.org/index.php/Main_Page OpenWatcom] (Win32)
 
* [http://openwatcom.org/index.php/Main_Page OpenWatcom] (Win32)
* [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/219754.htm Intel C++ compiler] (Win32)
+
* [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32)
 
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
 
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
* [http://www.digitalmars.com/d/dcompiler.html Digital Mars D] (Win32, Linux)
+
* [http://dlang.org/ Digital Mars D]
 
* [http://dgcc.sourceforge.net/ GDC D Compiler]
 
* [http://dgcc.sourceforge.net/ GDC D Compiler]
 +
* [https://github.com/ldc-developers/ldc/ LLVM D Compiler]
 
}}
 
}}
 
|}
 
|}

Revision as of 19:58, 29 January 2016

Cb splash.png

Welcome to the official Wiki for Code::Blocks
Code::Blocks is a free, 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++/Fortran. 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.

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

Other resources

Development

Chk.pngRoadmap

The Code::Blocks team
Index