lucasboistay / MNCS_TE1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 53.9%Language:Python 29.6%Language:Makefile 13.9%Language:C 2.6%