Alyovano / CPP-Modules

Random CPP exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP-Modules

Documentation :

If you are a student at 42, I advise you to watch the educational videos (pedago) on the intranet.

Extern utils :

For all of your cpp projects I advise you to compile with :
$ clang++ -Wall -Wextra -Werror -std=c++98 #your_files.cpp

About

Random CPP exercises


Languages

Language:C++ 96.9%Language:Makefile 3.1%