Build Log
--------------------Configuration: hw1 - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\ADMINI~1.SAT\LOCALS~1\Temp\RSP244.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/hw1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\cs133\hw1\graham.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1.SAT\LOCALS~1\Temp\RSP244.tmp"
Output Window
Compiling...
graham.cpp
D:\cs133\hw1\graham.cpp(33) : error C2146: syntax error : missing ';' before identifier 'pop'
D:\cs133\hw1\graham.cpp(33) : error C2501: 'tstack' : missing storage-class or type specifiers
D:\cs133\hw1\graham.cpp(33) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Results
graham.obj - 3 error(s), 0 warning(s)