From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ to DJGPP Conversion Problem !!! Date: Fri, 19 Dec 1997 15:45:22 -0500 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 16 Message-ID: <349ADCE2.B5D@cam.org> References: <01bd0cb1$11b289e0$d7b141c2 AT nop14270> NNTP-Posting-Host: dynppp-205.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Majestic wrote: > This code compiles under Borland C++, but when i use DJGPP the compiler > put lots of error messages on screen. hmm..that's funny. it compiles fine for me. Of course, I had to remove the colon on line 12 and put a ';' . But you could do this by yourself too, you know? (that was the only problem I had, compiling it with gxx -c file.cc) > vec() > { > x = 0: > ^^^ this is supposed to be a ';' y = 0; > } -- --> http://www.cam.org/~tudor <--