Posts by Tiago Esteves • 1 point
1 post
-
0
votes2
answers190
viewsQ: Read an integer value from a file
I am reading a file with the following lines: ADD 50 ADD 30 ADD 10 ADD 12 And I wanted to read only the integer values for a vector. I’m using this code: while(EOF) {…
casked Tiago Esteves 1