tete du loic

 Loïc YON [KIUX]

  • Enseignant-chercheur
  • Référent Formation Continue
  • Responsable des contrats pros ingénieur
  • Référent entrepreneuriat
  • Responsable de la filière F2 ingénieur
  • Secouriste Sauveteur du Travail
mail
loic.yon@isima.fr
phone
(+33 / 0) 4 73 40 50 42
location_on
ISIMA
  • twitter
  • linkedin
  • viadeo

C++ Fundamentals

Lire en Français

This section is under translation. Stay tuned for improvements !!!

C++ Fundamentals

Lecture documents

Prepare your system

Do you have g++ installed ?

$ g++ --version

If not, you should type:

$ sudo apt install gcc
$ # sudo apt install g++

It can take time. Let's check you have other required tools:

$ sudo apt install make
$ sudo apt install valgrind
$ sudo apt install git

Practical Works

Notes

Links