Calling Matlab Script from VC++ 2008I have Matlab Scripts (.m) files that take data written into .txt files by VC++, graphs them, and sa...
Reusing OFSTREAM ObjectI get an access violation reading location error when I try to reuse an ofstream object. I made sure...
__lock_fhandle FailsIts like fgets gets screwed up somehow. Maybe its a bad pointer to the InputFile? But I open it the...
__lock_fhandle FailsSo, I can't use fgets huh? This fails now: fgets(CharInBuffer, 300, InputFile); Where: char* Cha...
__lock_fhandle FailsThat c file gets called during fgets.c, which then throws the error. Even if I create TOTALLY NEW o...
This user does not accept Private Messages