Obviously I'm doing something wrong, I just don't know what. Here's my code:
When I print out fileTxt I get nothing. Any help is much appreciated.Code:char* fileTxt; std::ifstream aFile; aFile.open("a.txt"); aFile >> fileTxt; a.close();
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |