Easy C++ project structure + make script for coding exercises.
- (for stanford cpp projects on LINUX!!)
To create the project with this structure clone the repo first
git clone https://github.com/potatoSalad21/StanfordCPP-Blank-Project
Use the bash script to create cpp files for each exercise
if you haven't yet, give the execution perms to the bash script
sudo chmod +x makeproj.sh
./makeproj.sh <exercise_name>
stanford library for linux was modified by Badonix