Codeblocks - The Open Source Cross Platform C++ Ide: Julius Parulek
Codeblocks - The Open Source Cross Platform C++ Ide: Julius Parulek
Julius Parulek
Background
What is IDE (Integrated Development
Environment)?
A set of tools to develop libraries or
applications (debugger, compiler, linker,
libs, …)
A windowed GUI environment for
Project(s) management
Build settings
Comfortable programming
Why to use IDE?
Project files
Relation to targets
Using GUI
CodeBlocks and MinGW – I.
MinGW - Minimalist GNU-Windows
GNU toolset (gcc,gdb,…)
Collection of freely available standard
headers and libraries (do not require
Windows specific DLLs)
CodeBlocks is very suitable tool to work
with MinGW
CodeBlocks and MinGW – II.