Ok, 1 question (this one is more from my lazyness...), im on a linux computer and whenever i want to compile a program i have to type:
c++ (program name.cpp) -o (program name) -Wall -O2
just to compile it and wanted to know if there was a program that cam automatically make it so when i type something like:
compile (program.cpp)
it automatically adds in the extra info? i know it can be coded in c++ but i dont know how to do that yet and wanted to know if there was one already written?