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

  1. Path: columba.udac.uu.se!not-for-mail
  2. From: trulsson@student.docs.uu.se (Erik Trulsson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga C++ Compilers
  5. Date: 9 Jan 1996 15:43:59 GMT
  6. Organization: A poorly-installed InterNetNews site
  7. Message-ID: <4cu2fv$smq@columba.udac.uu.se>
  8. References: <4ch16n$p1v@mapperley.innotts.co.uk> <4ctb5t$9fl@frodo.smartlink.net>
  9. NNTP-Posting-Host: minsk.docs.uu.se
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. The Nameless One (hopkins@smartlink.net) wrote:
  13. > The ONLY Amiga C++ compiler I know of is SAS C which supports most of the 
  14. > C++ functions (the box says full ANSI compatibility but magazine reviews 
  15. > say some of the C++ stuff is missing.  WHAT is missing I can't remember). 
  16. > I have not got to do any work with it yet so I can't tell you much more.
  17. > Hope this bit helps.
  18.  
  19. SAS/C doesn't have very good C++ support. Templates and exceptions are missing
  20. and everything else that's been added to the language since is also missing.
  21. What they referred to when they said ANSI compatible was probably normal C ,
  22. since there does not ,yet , exist an ANSI standard for C++. (An draft of the
  23. proposed standard *is* available)
  24.  
  25. GNU C++ conforms pretty good to the proposed standard , and does support 
  26. templates. (Support for exceptions is still a bit shaky though)
  27.  
  28.