Build Log
  

------- Build started: Project: OddEven, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\cop1000\C++ Lecture Notes\Deitel Text\Tutorial 6\OddEven\Debug\RSP000007.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
".\OddEven.cpp"
]
Creating command line "cl.exe @"c:\cop1000\C++ Lecture Notes\Deitel Text\Tutorial 6\OddEven\Debug\RSP000007.rsp" /nologo"
Output Window
  
Compiling...
OddEven.cpp
c:\cop1000\C++ Lecture Notes\Deitel Text\Tutorial 6\OddEven\OddEven.cpp(11) : error C2059: syntax error : '?'
c:\cop1000\C++ Lecture Notes\Deitel Text\Tutorial 6\OddEven\OddEven.cpp(12) : error C2143: syntax error : missing ';' before '{'
Results
  
Build log was saved at "file://c:\cop1000\C++ Lecture Notes\Deitel Text\Tutorial 6\OddEven\Debug\BuildLog.htm"
OddEven - 2 error(s), 0 warning(s)