Thanks a lot.
best,[
QUOTE=zodilla58]You can use vectors for this:
1. declare/open a file-stream for reading (using std::ifstream )
2. declare a vector of strings (std::vector<st d::string>)
3. if you haven't already reached the end of file, then do the following, else goto 8:
4. declare a temporary string that will hold the next line (std::string temp;).
5. fill this temporary...
Leave a comment: