Build Log
--------------------Configuration: Main - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Basshed\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Basshed\LOCALS~1\Temp\RSP9.tmp"
Output Window
Compiling...
Main.cpp
C:\Main.cpp(11) : error C2146: syntax error : missing ';' before identifier 'pref'
C:\Main.cpp(11) : error C2501: 'string' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'pref' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'fname' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'lname' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'addr' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'city' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'state' : missing storage-class or type specifiers
C:\Main.cpp(11) : error C2501: 'zip' : missing storage-class or type specifiers
C:\Main.cpp(20) : error C2065: 'cout' : undeclared identifier
C:\Main.cpp(20) : error C2297: '<<' : illegal, right operand has type 'char [27]'
C:\Main.cpp(20) : error C2065: 'endl' : undeclared identifier
C:\Main.cpp(30) : error C2065: 'cin' : undeclared identifier
C:\Main.cpp(30) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
C:\Main.cpp(62) : error C2297: '<<' : illegal, right operand has type 'char [14]'
C:\Main.cpp(68) : error C2065: 'instream' : undeclared identifier
C:\Main.cpp(68) : error C2065: 'in' : undeclared identifier
C:\Main.cpp(68) : error C2062: type 'int' unexpected
C:\Main.cpp(69) : error C2143: syntax error : missing ';' before '{'
C:\Main.cpp(69) : error C2447: missing function header (old-style formal list?)
C:\Main.cpp(91) : error C2228: left of '.ssn' must have class/struct/union type
C:\Main.cpp(91) : error C2228: left of '.dob' must have class/struct/union type
C:\Main.cpp(91) : error C2228: left of '.pref' must have class/struct/union type
C:\Main.cpp(91) : error C2228: left of '.fname' must have class/struct/union type
C:\Main.cpp(91) : error C2228: left of '.lname' must have class/struct/union type
C:\Main.cpp(92) : error C2228: left of '.addr' must have class/struct/union type
C:\Main.cpp(92) : error C2228: left of '.city' must have class/struct/union type
C:\Main.cpp(92) : error C2228: left of '.state' must have class/struct/union type
C:\Main.cpp(92) : error C2228: left of '.zip' must have class/struct/union type
C:\Main.cpp(95) : error C2146: syntax error : missing ';' before identifier 'Reduce'
C:\Main.cpp(95) : error C2501: 'string' : missing storage-class or type specifiers
C:\Main.cpp(95) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Results
Main.obj - 31 error(s), 1 warning(s)