fatal error using .close()Ah, my bad. Line 90. fin.close(); Closing the file is causing a buffer overflow??? Is that what y...
fatal error using .close()Here is the exception vista is giving me, though I don't understand why the try block isn't catching...
circular linked list - delete ith nodein that case you'd probably want to remove the while loop, depending on how your list functions. EX:...
Making columns!!!!!!!!!!!!!!!!!!!making two columns is easy, just use a tab character. If you want more help post the code you have s...
fatal error using .close()Hey there. I'm having trouble closing a file of all things. I'm using fstream and .close() to do ...