Mail Archives: djgpp/1995/03/13/17:04:13
Hello all,
This may sound like a dumb question but I would like somebody to tell me the *CORRECT* way to install DJGCC c++ libraries. I unzipped the c++ library files into the correct directory, and I can compile my c++ programs. But all of my c++ programs during compilation issue warnings of conflicting declerations.... Even a program like this issues warnings...
#include <string.h>
main()
{
}
If I call the program test.c (C compile). There are no warnings but if I call it test.cc(C++ compile) the program compiles but with a lot of warnings...... does anybody know what I am doing wrong...
Thanks in advance
Kapil
- Raw text -