home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1198 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: mauc209.upol.cz!skypalaj
  2. From: skypalaj@mat-infnw.upol.cz (Jan Skypala)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga C++ Compilers
  5. Date: Tue, 16 Jan 1996 01:43:36 GMT
  6. Organization: Computer Science Department, Palacky University
  7. Message-ID: <skypalaj.52.821756616@mat-infnw.upol.cz>
  8. References: <4ch16n$p1v@mapperley.innotts.co.uk> <4ctb5t$9fl@frodo.smartlink.net>
  9. NNTP-Posting-Host: mauc209.upol.cz
  10.  
  11. The Amiga C++ compilers:
  12.  
  13. SAS/C (latest version 6.56): Very good compiler (in the manner of the
  14.     generated code) although it doesn't support all of the C++ things (e.g.:
  15.     exceptions). Quite ugly enviroment (both editor and debugger looks bad),
  16.     but you can use e.g. GoldED + Barfly as developing enviroment. Some
  17.     great tools are included (e.g. cross-debugger). For compiling in C++
  18.     2.5MB RAM or more, in C 1.5MB or more. I was badly surprised when I used
  19.     iostreams and simple program linked into 40kB program. On PC in Borland
  20.     C++ the same program was 25kB. NOT SUPPORTED OR DEVELOPPED ANYMORE!
  21.  
  22. GNU C (2.7.0): Public domain, slow compiling, long code (or short code but
  23.     uses ixemul.library). No enviroment. Again not all C++ features
  24.     supported. Advantages: free, available nearly on any platform. 6MB RAM
  25.     or more recommended. About streams the same prog about 50kB
  26.  
  27. Maxon C++ (???): Very fastcompiling, quite buggy, it has enviroment. I don't
  28.     know that much about this one, I just saw it once at the friend's
  29.     computer. The same streams program compiled into 11kB and standard
  30.     A1200 (2MB RAM) with even text editor loaded into RAM was enough for
  31.     compiler to handle the compiling.
  32.  
  33. Storm C++: Not released yet, demo should be soon on Aminet. They say 3MB of
  34.     RAM required.
  35.  
  36.                                          One
  37.  
  38. ----------------------------------------------------------------------
  39.   __                                                               __
  40.  /  | One of Binary Mystery              Jan Skypala              / /
  41. /_  | e-mail:                            Zasovska 730            / /
  42.   | |   one@risc.upol.cz                 Valasske Mezirici __   / /
  43.   | |   skypalaj@infnw.upol.cz           757 01            \ \ / /
  44.   |_| http://phoenix.upol.cz/~one        Czech Republic     \_X_/
  45.  
  46.          - Have a good die. Oh, sorry. Have a good day. -
  47.