I am not sure if this should go in the linux or C++ section, but...
I am working on a program that creates a ofstream and writes to it. Anyway, upon tracing through the program, we found that when ofstream was called, it trashed some of the memory (and the contents of a char array). Does anyone have any ideas about this?
ofstream outFile("filename.dat",ios::binary);
it is on amd64 dual core running suse 10.1
thanks...



LinkBack URL
About LinkBacks



CornedBee