this thing gives me an error...Code:#include <fstream> #include <string> // ... string address = ""; // ... int main() { ifstream file; cout << "enter file address:\n"; cin >> address; file.open(address); //... }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: *sigh* File I/O
|
Click Here to Expand Forum to Full Width |