Reading a .dat fileThat's actually exactly what you need to read the file since now you know the structure it was writt...
Finding numerical values in StringsIf it doesn't work because of spacing and what not, maybe you could read a single char to see if it ...
Help on dynamic memory function in my account classBazzy is right, this is incredibly difficult to read as plain text. Saying that, it looks like your ...
c programming questionWow. I remember doing this exact assignment a couple of years ago. OP, what school is this from? Jus...
Problem with file and loopYou can probably just put an "&& !myInput.eof()". This will test if the file has been processed comp...