-
Notifications
You must be signed in to change notification settings - Fork 0
CodeBlocks Introduction
Marcus Ottosson edited this page Jan 23, 2015
·
3 revisions
In this guide, I will walk you through compiling your first program using CodeBlocks, a simple multi-platform IDE.
Compiling your first Hello World
program.
Table of contents
- Home
- Prerequisites
- Basic workflow
- Coding Style
- Binary Compatibility
-
Which compiler should I use?
- Windows users
- Unix / Linux users
- Mac OSX
- Writing the code
- Compiling the code
- Running the code
- Problems?
-
Getting setup with GCC
- Introduction
- Environment
- [[Writing Code|GCC Writing
hello world
]] - Compilation
- Getting setup with GCC
- Getting setup with Clang
-
Getting setup with MinGW
- Introduction
- Installation
- [[Writing Code|MinGW Writing
hello world
]] - Compilation
- Issues
-
Getting setup with VS
- Introduction
- Environment
- Installation
- [[Writing Code|VS Writing
hello world
]] - Compilation
- Getting setup with CodeBlocks
-
Getting setup with QtCreator
- Introduction
- Installation
- [[Writing Code|QtCreator Writing
hello world
]] - Compilation
- Issues