TE1 : Introduction au C++

Requirements :

Compilation :

  • make : compile the project
  • make clean : clean the project
  • make run : run the project
  • make plot : plot the data (change the name of the file in the Makefile)
  • make zip : create a zip file of the project

Usage :

./a.out
python3 ./affiche.py data/[nom_fichier].txt

Project structure :

  • src/ : contains the source files
  • include/ : contains the header files
  • lib/ : contains the libraries
  • data/ : contains the data files created by the program
  • obj/ : contains the object files created by the compilation