View Single Post
Old 05 October 2012, 11:49   #4
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
This fixes it:

Code:
    while (inputFile.good()) {
    inputFile.get(in_char);
    if (inputFile.eof()) {
    break;}
Massive thanks to CaptainHug/RSE - you're a legend mate!
pmc is offline  
 
Page generated in 0.05185 seconds with 11 queries