Hallo Welt
Ich habe ein sehr nervtötendes Problem mit VC++ 2010 Express:
Während
auf Dev-C++ problemlos funktioniert, heisst es bei VC++ 2010:
Wisst ihr irgendwas, das mir weiterhilft?
Danke
cwriter
Ich habe ein sehr nervtötendes Problem mit VC++ 2010 Express:
Während
C:
FILE* f;
f=fopen("Test.txt","r");
char str[256];
fgets(str,256,f)
Debug Assertion Failed!
Program:
...Codes\Test.exe
File: f:\dd\vctools\crt_bld\self_x86\crt\src\fgets.c
Line: 57
Expression: (str != NULL )
[...]
Wisst ihr irgendwas, das mir weiterhilft?
Danke
cwriter