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

    ok well i have a prob with cout

    ok thanks but sometimes if a program that i have tried to find online has that then i tried to replace it with that it makes even more errors i no that it starts from the top and all but well i guess you understand
  2. iworkingonit

    ok well i have a prob with cout

    well i don't know what happened but it stopped calling it an undeclared idetifier but now iostream.h doesn't work
  3. iworkingonit

    ok well i have a prob with cout

    oh thanks
  4. iworkingonit

    ok well i have a prob with cout

    thank you so much arkm that helps alot so then instead of just <iostream> if no precompiled header but there is one prob if that is true then it calls cout an undeclared identifier
  5. iworkingonit

    ok well i have a prob with cout

    the only thing is arkm is that it won't let me use stdafk.h can i change that in the environment variables and if so how do i change them
  6. iworkingonit

    ok well i have a prob with cout

    'cout' : undeclared identifier 1>c:\users\admin\documents\visual studio 2008\projects\maybe this one will work\maybe this one will work\sample.cpp(5) : fatal error C1075: end of file found before the left brace '{' at 'c:\users\admin\documents\visual studio 2008\projects\maybe this one will...
  7. iworkingonit

    ok well i have a prob with cout

    // my first program in C++ #include <iostream> using namespace std; int main () { cout << "Hello World!"; return 0; } even this won't work
  8. iworkingonit

    ok well i have a prob with cout

    every time i try to use cout in my programs it calls it either an error or a syntax error and i am using microsoft visual c++ 2008 express edition any help neone i am desperate i am trying to learn rele hard and i am having no luck because of the one statement if there is another statemen i can...

Part and Inventory Search

Back
Top