Ok for starters I have Visual C++ Standard Edtion 6.0 I have a book also that teaches you and it keeps on telling me this is wrong I already broke my good keyboard because of this its driving me crazy.

The 2 errors I have supposdley...
--------------------Configuration: Fantasy Nights - Win32 Debug--------------------
Compiling...
fantasynights.cpp
C:\Fantasy-Nights\fantasynights.cpp(8) : error C2146: syntax error : missing ';' before identifier 'cout'
C:\Fantasy-Nights\fantasynights.cpp(8) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

fantasynights.obj - 2 error(s), 0 warning(s)
Yet when I do what it says this happens...
--------------------Configuration: Fantasy Nights - Win32 Debug--------------------
Compiling...
fantasynights.cpp
C:\Fantasy-Nights\fantasynights.cpp(8) : error C2143: syntax error : missing ';' before '<<'
C:\Fantasy-Nights\fantasynights.cpp(8) : error C2501: 'cout' : missing storage-class or type specifiers
C:\Fantasy-Nights\fantasynights.cpp(8) : error C2143: syntax error : missing ';' before '<<'
C:\Fantasy-Nights\fantasynights.cpp(9) : error C2143: syntax error : missing ';' before 'return'
C:\Fantasy-Nights\fantasynights.cpp(10) : error C2143: syntax error : missing ';' before '}'
C:\Fantasy-Nights\fantasynights.cpp(10) : error C2143: syntax error : missing ';' before '}'
C:\Fantasy-Nights\fantasynights.cpp(10) : error C2143: syntax error : missing ';' before '}'
Error executing cl.exe.

fantasynights.obj - 7 error(s), 0 warning(s)

If you can help thanks much..