Name: Anonymous 2009-06-17 18:13
in during idiot expecting /prog/ to help someone:
#include <fstream>
char * ops = "111";
//irrelevant
std::ifstream options;
options.open("ast.cfg");
options.get(ops, 3);//Crash with no debug message on this line.
options.close();
//irrelevant
How did I fuck up? Please?
#include <fstream>
char * ops = "111";
//irrelevant
std::ifstream options;
options.open("ast.cfg");
options.get(ops, 3);//Crash with no debug message on this line.
options.close();
//irrelevant
How did I fuck up? Please?