romanstandrd
Programmer
I tried compiling a "hello world" script but I got this error message:
Compiling...
testprgm.cpp
testprgm.cpp(2) : error C2019: expected preprocessor directive, found '<'
testprgm.cpp(6) : error C2065: 'cout' : undeclared identifier
Why doesn't it work? Am I even supposed to compile it first? Thank you.
Compiling...
testprgm.cpp
testprgm.cpp(2) : error C2019: expected preprocessor directive, found '<'
testprgm.cpp(6) : error C2065: 'cout' : undeclared identifier
Why doesn't it work? Am I even supposed to compile it first? Thank you.