Trouble in ifstream reading structuresHey! I figured out how to make it work! Yay: [code] #include <stdlib.h> #include <stdio.h> #...
Trouble in ifstream reading structuresHey, @swetzer I just wanted to count the number of structures in the file and that was a convenient...
Trouble in ifstream reading structuresHi and thanks, I tried your suggestion and changed while( !ifs.eof() ) to while( ifs.good() ) but n...
Trouble in ifstream reading structuresHi everyone! I have the code below which works fairly awesomely until I try and save an array of ...
This user does not accept Private Messages