ofstream is not writing!!Problem solved(?)... If I use a [code]<<std::endl; [/code] on the end of the writing, it flushes ...
ofstream is not writing!!I know that, but I can surelly tell you that I don't use both at the same time. And also, I commente...
ofstream is not writing!!Sure, focus on this: [code] std::ifstream DatabaseHelper::read; std::ofstream DatabaseH...
ofstream is not writing!!Also, I'm getting Illegal Seek errors from perror [code] const char *error_s...
ofstream is not writing!!Using [code]this->[/code] means I need to have a reference for the class. Since is a static field, I...
This user does not accept Private Messages