Forum: C++ Jun 6th, 2005 |
| Replies: 6 Views: 6,859 HOORAY!!! it works!!!
thank you sooo much!!
What do you mean old and new... is <fstream.h> different than <fstream>? |
Forum: C++ Jun 6th, 2005 |
| Replies: 6 Views: 6,859 Yea i did mean to include the quotes i was tired when i wrote that but i don't think i could make a short version of the program because it is a dialog based program so thers like 7 or 8 different... |
Forum: C++ Jun 5th, 2005 |
| Replies: 6 Views: 6,859 i'm trying to use getline to read from a file into a std::string and when i give it the normal 2 parameters (my ifstream and the string) the compiler says it wants 3 arguments , but when i give it 3... |