Okay I have a program (it is much too long to put on here so I will do my best to explain) that is failing when I run it in Debug mode but runs fine when I run it through release mode. In debug mode the program is failing when it goes to use the
std::istringstream class's extract operator to read in values from a line in the file (the failbit flag gets set and the code throws an exception).
There are other developers working on this program and I have had a few of them try out the same exact version of the program on their machines with the same files to be read and it works out fine for them.
I have tried everything I can think of to fix this problem and am at the end of my rope so I was hoping someone would have an idea as to what could be causing something like this to happen?
There are other developers working on this program and I have had a few of them try out the same exact version of the program on their machines with the same files to be read and it works out fine for them.
I have tried everything I can think of to fix this problem and am at the end of my rope so I was hoping someone would have an idea as to what could be causing something like this to happen?