Topic: Need help in C++
Hi,
How can I convert a character after reading it from a file through an ifstream to the program into integers?
Note that the file contains 32 line, each line contains 32 number (52, 65, 0, 8, 123, ect). separated by a space?
so I'll have to read the file line by line by the function getline, then spot the integrs in each line by A.find function and store each int an an array called whatever?
CAN ANYBODY PLEASE HELP?!