Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. romanstandrd

    Really basic question plz answer quickly

    Thanks a bunch guys for everything; it worked of course. It's always those fun little things.
  2. romanstandrd

    Really basic question plz answer quickly

    Thank you very much everyone! But... AH HA! It still doesn't work. Now using the exact code: # <iostream> int main() { std::cout<<"Hello world! (and Eric)"<<endl; return 0; } returns the copile error message: Compiling... testprgm.cpp testprgm.cpp(2) : error C2019: expected preprocessor...
  3. romanstandrd

    Really basic question plz answer quickly

    whoops i didnt mean to put the version with std:: in there. I don't even know if it's a problem with the code though... thanks for your help everyone.
  4. romanstandrd

    Really basic question plz answer quickly

    # <ostream.h> int main() { std::cout << "Hello world! (and Eric)" << '/n'; return 0; }
  5. romanstandrd

    Really basic question plz answer quickly

    oh sorry, its a visual c++ project, with a c++ program in it.
  6. romanstandrd

    Really basic question plz answer quickly

    nope, didnt work. got this log instead: Compiling... testprgm.cpp testprgm.cpp(2) : error C2019: expected preprocessor directive, found '<' testprgm.cpp(6) : error C2653: 'std' : is not a class or namespace name testprgm.cpp(6) : error C2065: 'cout' : undeclared identifier
  7. romanstandrd

    Really basic question plz answer quickly

    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...

Part and Inventory Search

Back
Top