here is why i am asking is the following line:
//FILE *infile = fopen(filename);//string stream;fscanf(infile, "%s", stream.c_str());
i have tried with both stream normally and stream.c_str() (as above). both ways crash on me and get the wonderful error "Access Violation."
[edited by - adam17 on August 5, 2003 11:14:18 PM]