Difference between revisions of "Off-site documentation"
From Code::Blocks
m (Added a tutorial) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category: Code::Blocks Documentation]] | ||
This page is for links to '''off-site documentation''' i.e. information that has not yet been (or cannot be) added to the Wiki but exists in the Web. | This page is for links to '''off-site documentation''' i.e. information that has not yet been (or cannot be) added to the Wiki but exists in the Web. | ||
Line 6: | Line 7: | ||
* [http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/ Instruction manual for Code::Blocks] by the Dept. of Computer and Information Science of Brooklyn College of CUNY. | * [http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/ Instruction manual for Code::Blocks] by the Dept. of Computer and Information Science of Brooklyn College of CUNY. | ||
+ | |||
+ | * [http://onilink.byethost18.com/?tag=codeblocks Introduction to C++] - beginning C++ with Code::Blocks. | ||
+ | |||
+ | * [https://github.com/arnholm/cross-pi Cross-compiling with Code::Blocks for Raspberry PI.] - write-up and scripts to set up cross compilation with Code::Blocks from Ubuntu. | ||
+ | |||
+ | * [https://github.com/PBfordev/wxpbguide PB’s Guide to Starting with wxWidgets on Microsoft Windows with MinGW and Code::Blocks] | ||
+ | |||
+ | * [https://sourceforge.net/p/codeblocks-gd-user-manual/code/ci/master/tree/htmlweb/manual_codeblocks_en.pdf Gerard Durand's user manual for Code::Blocks], available also in [https://sourceforge.net/p/codeblocks-gd-user-manual/code/ci/master/tree/htmlweb/manual_codeblocks_fr.pdf french] | ||
+ | |||
+ | * [https://github.com/arnholm/cpde_utils/blob/master/doc/toolchain/CodeBlocks_MSVC2019_setup.pdf Configuring MSVC2019 in Code::Blocks] by Carsten Arnholm. | ||
+ | |||
+ | * [https://linuxstans.com/install-codeblocks-ubuntu/ How to Install Code::Blocks on Ubuntu] a simple and beginner-friendly tutorial on how to install Code::Blocks via the CLI. |
Latest revision as of 11:02, 28 September 2023
This page is for links to off-site documentation i.e. information that has not yet been (or cannot be) added to the Wiki but exists in the Web.
General
- French programming site, Developpez.com, has a tutorial about using Code::Blocks (French only, English translation by Google Translate).
- Instruction manual for Code::Blocks by the Dept. of Computer and Information Science of Brooklyn College of CUNY.
- Introduction to C++ - beginning C++ with Code::Blocks.
- Cross-compiling with Code::Blocks for Raspberry PI. - write-up and scripts to set up cross compilation with Code::Blocks from Ubuntu.
- Gerard Durand's user manual for Code::Blocks, available also in french
- Configuring MSVC2019 in Code::Blocks by Carsten Arnholm.
- How to Install Code::Blocks on Ubuntu a simple and beginner-friendly tutorial on how to install Code::Blocks via the CLI.