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!

Recent content by genik

  1. genik

    string not recognized in header file

    Well, I got it working now. I had tried before to add using namespace std; #include <string> but it didn't work. By googling a little I found out that I have to add #include <iostream> (or some other include) before that. I also removed the line char itsName; which produced an error.
  2. genik

    string not recognized in header file

    Thanks for the reply. I'm learning with a book called &quot;C++ an introduction to programming&quot; (Adams, Leestma, Nyhoff). The code which I posted was mainly created by MS VC++ 6.0, the only thing I added was public: car(); string itsName; int itsDoors; int itsCylinders...
  3. genik

    string not recognized in header file

    I'm just learning c++ now, so the question might be stupid, but... I didn't find any information with search or google. I'm using MS Visual C++ 6.0. I made a new class with &quot;Insert - New class&quot;, and I try to specify the class features. For some reason I get 3 compiler errors when...

Part and Inventory Search

Back
Top