Now, Im reading the tutorials trying to figure out how does this C compiler works exactly but even though I have tried everything my first program just won't compile, always returns some errors at the compiler Im using Dev-C++ 4.9.9.2, now theres my code
it says :Code:#include <stdio.h> int main() { printf("show this string\n"); return 1; }
C:/Dev-Cpp/include/stdio.h:405: error: `off64_t' has not been declared
C:/Dev-Cpp/include/stdio.h:405: error: ISO C++ forbids declaration of `parameter' with no type
C:/Dev-Cpp/include/stdio.h:412: error: expected init-declarator before "ftello64"
C:/Dev-Cpp/include/stdio.h:412: error: expected `,' or `;' before "ftello64"
make.exe: *** [New1.o] Error 1
can someone explain me what does that means? Im just a beginner at this new language



LinkBack URL
About LinkBacks


