From: tb200 AT aol DOT com (TB200) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp vs. visual C/C++ Date: 25 Feb 1997 05:27:13 GMT Organization: AOL http://www.aol.com Lines: 12 Message-ID: <19970225052701.AAA04824@ladder02.news.aol.com> References: <01bc22d5$ee84f2c0$LocalHost AT Computer DOT texas DOT net> NNTP-Posting-Host: ladder02.news.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I should point out that djgpp is much more reliable than the Symantec C++ compiler (v7.20) for dos programs at least. I had the misfortune to use it for a dos project once, and I ran into some pretty serious bugs, like malloc not working right. Also, run-time arrays never worked, and it needed so many options to compile correctly that running the compiler without the windows shell was impossible. I suspect that the same is true for most windows compilers. On the other hand, SC worked fine for windows. If you are doing windows programming, then you can't use djgpp anyway (at least not yet). But if you are programming for dos, then definately use djgpp. In all the time I have use DJGPP, I have only found one bug in it, a problem with the assembler. (It compiled call es:eax as call eax)