CS312 Lab 1: Compiling a c++ program


Create a c++ version of the mon-size.py program from the class examples area. You can use any build system you like. If there is no system you like, use gedit to make the program on one of the lab computers. Then build and run it like this: If you omit the name for the binary, g++ will name your program a.out. Show me the program when you have finished, and I will mark that you have finished the lab.