L
laniik
Hi. What does it mean if my application is crashing on a cout<< line?
specifically:
cout<<"hello"<<endl
does not crash it, but
int i=0;
cout<<"hello"<<i<<endl;
does.
the crash is:
"unhandled exception at 0x00450460 in main.exe: 0xC0000005: Access
violation reading location 0x00000000"
Thanks!
specifically:
cout<<"hello"<<endl
does not crash it, but
int i=0;
cout<<"hello"<<i<<endl;
does.
the crash is:
"unhandled exception at 0x00450460 in main.exe: 0xC0000005: Access
violation reading location 0x00000000"
Thanks!