|
I get this when I compile with MS Visual C++ 6:
Compiling...
brock2.cpp
C:\Documents and Settings\default\My Documents\C++\brock2.cpp(51) : error C2065: 'value' : undeclared identifier
C:\Documents and Settings\default\My Documents\C++\brock2.cpp(52) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
C:\Documents and Settings\default\My Documents\C++\brock2.cpp(52) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
brock2.exe - 3 error(s), 0 warning(s)
|