I have downloaded these project files:
http://viscomp.ucsd.edu/classes/cse167/wi17/assignments/Windows/mytest-windows.zip
This is supposed to run on Visual Studio. But i want to run it from the command line, bypassing VS.
The code i am interested in, is mytest1.cpp.
I don't have a clue how to run this, since there is no makefile in this zip file.
Is there a way to run this program from the command line? Linking together all the libs and external files?
EDIT: This is what the professor used in order to compile this, but under MACOS. Sory for the small picture, his terminal was small, i used the snipping tool to get it.