Newsgroups: comp.os.msdos.djgpp From: Ali Ahmad Siddiqui Subject: djgpp is ansi c++ compliant? Message-ID: Date: Fri, 12 Nov 1999 13:06:57 GMT Content-Type: TEXT/PLAIN; charset=US-ASCII Mime-Version: 1.0 Organization: University College London Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am having problems trying to compile code in djgpp that I have written on my MSVC compiler. It compiles fine on MSVC, but produces errors in djgpp even though I think I am writing ansi code. For instance if I have a prototype function in MSVC: "int funTimes(int, int, int)" MSVC takes it fine, but djgpp thinks this is a bad thing to do and produces errors. All help in this matter would be very much appreciated Ali Siddiqui Please reply to ug98008 AT ee DOT ucl DOT ac DOT uk