BaharPamuk
Programmer
Do you have any idea about this error message?
cstdlib(22): error C2039: 'exit' : is not a member of 'operator``global namespace'''
cstdlib(22): error C2873: 'exit' : symbol cannot be used in a using-declaration
This error occured after i added these lines:
#include <fstream>
using namespace std;
and
ifstream testfile("Test File");
into
BOOL InitInstance() function of MFC
Thanks
cstdlib(22): error C2039: 'exit' : is not a member of 'operator``global namespace'''
cstdlib(22): error C2873: 'exit' : symbol cannot be used in a using-declaration
This error occured after i added these lines:
#include <fstream>
using namespace std;
and
ifstream testfile("Test File");
into
BOOL InitInstance() function of MFC
Thanks