Skip to content

Latest commit

 

History

History
 
 

01-compiling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Compilation

Compile a code is the first thing you have to do before running any of our examples in C/C++.

This module shows you how to compile some basic examples using 4 different strategies:

  1. Plain console
  2. Using Makefile
  3. Using QMake
  4. Using CMake