Xref: utzoo comp.lang.c:9642 comp.sys.atari.st:9325 Path: utzoo!mnetor!uunet!unh!al671 From: al671@unh.UUCP (Anthony Lapadula) Newsgroups: comp.lang.c,comp.sys.atari.st Subject: Re: Anyone use Megamax or Lazer C? Message-ID: <405@unh.UUCP> Date: 26 Apr 88 05:10:00 GMT References: <710@leah.Albany.Edu> Organization: University of New Hampshire, Durham, NH Lines: 51 Keywords: Megamax C, Lazer C, Atari ST Summary: By all means, yes, I use Laser C! In article <710@leah.Albany.Edu>, jac423@leah.Albany.Edu (Julius A Cisek) writes: > > Does anyone here use the Megamax C or Lazer C development package for > the Atari ST? I have just received Megamax and am quite pleased with it, > although the manual leaves quite a few things vague. I will be > developing software during the summer and will probably need some help. > For starters, what do they mean by a workstation? > > J.A.Cisek > jac423@leah.albany.edu Generally, Laser C is an order of magnitude better than 'plain vanilla' Megamax C, especially if you don't have a hard disk (I don't have one, probably never will). The shell and editor are now integrated, and automatically use all avaliable RAM as a cache. File accesses go *much* faster now. They rewrote the editor to handle files >32K, and the scrolling is FAST. The manual is ~600 pages long, well organized, and much more lucid than the original "manual" (and I use that term loosely). In fact, it's generally much better than the books put out by Abacus that run ~$18 per. (But then again, from what I hear, what _isn't_ better?) A respectable 'make' utility makes (re-)compilation trivial, and the UNIX exec() is now supported. You now get examples for the AES, VDI, BIOS, etc., all of which are extremely helpful. In 2 hours I constructed a simple menu-driven windowing application, mostly because the examples were structured as an expandable skeleton to build programs on top of. An no longer will your buggy programs cause a system crash -- the shell catches virtually all exceptions and puts up a dialog: "Error ## occurred. [Shell] [Reboot] or [Dump]?" And there's a simple symbolic debugger that you can use to squash bugs. Breakpoints and parameter value checking are included, and you can expand the debugger to handle your own data types automatically. All in all, if the upgrade to Laser C is only $20 (like it was for me), send in your money NOW! BTW, I am in no way affiliated with Megamax. I just love Laser C. /***********************************************************************/ /* What, you wanted something funny? */ /* --- Anthony Lapadula */ /* (That's ...!unh!al671 to you!) */ /***********************************************************************/