CISC 3110 Lecuture 7 Notes: Review and Exception Handling
We began by discussing headers from last class. When we make a change to a function, we need to recompile, change the header file, and recompile the program that uses the library again. When compiling, g++ will generally clean up the object file. To avoid this, we use the -c argument (c stands for compile [...]