DaniWeb Forum Index
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 1 of 1
Search took
0.01
seconds.
Search:
Posts Made By:
daviddoria
Save these search results for 24 hours
Forum:
C++
Feb 24th, 2009
Replies:
2
Help on fscanf
Views:
1,138
Posted By
daviddoria
-1
Re: Help on fscanf
Why not try the easy way to read files?
ifstream fin(Filename.c_str());
if(fin == NULL)
cout << "Cannot open file." << endl;
vector<string> Lines;
string line;
Showing results 1 to 1 of 1
Latest Posts
Today's Posts
All Forums
Unanswered Threads
All Forums
Related Forum Features
DaniWeb News Stories
DaniWeb Code Snippets
DaniWeb Tutorials
DaniWeb Product Reviews
DaniWeb White Papers
Forum Search
About Us
|
Contact Us
|
Advertise
|
DaniWeb
|
Acceptable Use Policy
|
©2003 - 2009 DaniWeb® LLC