From: slsyj AT cc DOT usu DOT edu (CHRISTINA) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP is not strict enough ??? Message-ID: <1997Feb5.173245.93344@cc.usu.edu> Date: 5 Feb 97 17:32:45 MDT Organization: Utah State University Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am a beginning C++ programmer and I just started to use djgpp. Now, I have one tiny problem. Is there anyway I can force djgpp to check if I've included the necessary libraries? The problem is that the person who grades my homework uses Borland C++ (don't mean to continue the flame war here) so if I use an exit statement in my program, Borland's compiler will protest whereas dgjpp compiles and runs just fine. Still, the grader will dock points for a program that does not compile without him adding #include . I'd rather ask you for advice than begging the grader for mercy. Any suggestions? Thanks in advance, Christina Lee