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

    Compile error with iostream, but not iostream.h for << & >> operator

    Adding a "using namespace std;" to the header file did solve the problem. Thank you.
  2. Caphriel

    Compile error with iostream, but not iostream.h for << & >> operator

    Yes, the errors still occur with parameter lists and semicolons. I omitted them from the code sample because the errors occur regardless.
  3. Caphriel

    Compile error with iostream, but not iostream.h for << & >> operator

    I have a persistent problem with my compiler (Microsoft Visual C++ 6.0). Whenever I override the extraction and insertion (<< and >>) operators in a header file for a class, I get errors when I try to compile the .cpp file, but only if I am using the iostream header file. The errors don't...

Part and Inventory Search

Back
Top