Run using C++11
or C++0x
or newer versions.
In directory cpps
- open your shell
- clone the project to your machine
git clone https://project-link-on-github
- open project directory:
cd directory-of-cpp-you-have-no-clue-existed/
- clean everything in src folder:
rm -rf src/*
- Copy the file you want to run from
cpps/
tosrc/
:cp cpps/file-name src/
- Build your file:
make
- Run the file:
bin/out
ENJOY~~!