how to complie c++ to spesific name using terminal code example
Example: how to complie c++ to spesific name using terminal
g++ /*name of .cpp program*/ -o /* name of exacuable*/
g++ /*name of .cpp program*/ -o /* name of exacuable*/