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

    'std' is not a class or namespace name

    Thanks. I tried this, but now I get a different error message: 'string' : is not a member of 'std'
  2. ruud79

    'std' is not a class or namespace name

    Visual C++ 6.0 Enterprise Edition
  3. ruud79

    'std' is not a class or namespace name

    Visual C++ 6.0 Enterprise addition
  4. ruud79

    'std' is not a class or namespace name

    I'm sure. I included these header files like this now: #include <vector> #include <string> #include <cstdlib> The line where it gets the error is: std::string filename = dlg.GetPathName(); The error message: 'std' : is not a class or namespace name
  5. ruud79

    'std' is not a class or namespace name

    Sorry, this was a typing mistake in this thread. In the code I have put it down correctly.
  6. ruud79

    'std' is not a class or namespace name

    Hi, I have just started programming using microsoft Visual C++ 6.0. I want to use Vector and String in my code and so I included <vector> and <string>, but I get the error message &quot; 'std' : is not a class or namespace name &quot;. The code looks like this: include# <string> include#...

Part and Inventory Search

Back
Top