Hi,
I'm a newbie in C++ and i'm working on a project, but it doesn't work..
The C++ program should read numbers into an array, the numbers are in a txt file.
Each array number : ex. array[1], array[2], array[3]... should get a number from the txt file.
In the file, for each new number, a new line is started.
Can someone help me with this ?
Sven