Forum: C++ Feb 18th, 2007 |
| Replies: 4 Views: 1,763 http://www.cprogramming.com/tutorial/lesson1.html |
Forum: C++ Feb 18th, 2007 |
| Replies: 8 Views: 4,830 ok so im scanning this text file for the string "model=" the problem is, i need to pull the numbers after that string until it reached the end of that line, this is an easy script but for some reason... |