23 C:\Dev-Cpp\include\io.h:20, from C:\Dev-Cpp\include\dos.h In file included
from C:/Dev-Cpp/include/io.h:20, from C:/Dev-Cpp/include/dos.h
32 C:\Dev-Cpp\include\sys\types.h ISO C++ does not support `long long'
and 39 C:\Users\ME\Desktop\ `DETECT' undeclared (first use this function) <-
snippet from code I get the undeclared part I need to declare the thing first
it's the " (first use this function) " part I don't understand.
i am using the -ansi -pedantic -Wall compiler Do I need a differant one?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
23 C:\Dev-Cpp\include\io.h:20, from C:\Dev-Cpp\include\dos.h In file included
from C:/Dev-Cpp/include/io.h:20, from C:/Dev-Cpp/include/dos.h
32 C:\Dev-Cpp\include\sys\types.h ISO C++ does not support `long long'
and 39 C:\Users\ME\Desktop\ `DETECT' undeclared (first use this function) <-
snippet from code I get the undeclared part I need to declare the thing first
it's the " (first use this function) " part I don't understand.
i am using the -ansi -pedantic -Wall compiler Do I need a differant one?