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

  1. Path: baggins.cc.flinders.edu.au!sybil!doconnor
  2. From: doconnor@sybil.ist.flinders.edu.au (Daniel J. O'Connor)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC C++ questions
  5. Date: 22 Mar 1996 18:02:33 GMT
  6. Organization: Flinders University    
  7. Message-ID: <4iupvp$131e@baggins.cc.flinders.edu.au>
  8. References: <314c6829@usura.metropolis.nl> <4il6kv$3tc@news6.erols.com>
  9. NNTP-Posting-Host: sybil.cs.flinders.edu.au
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Chris Cobb (ccobb@cseg.com) wrote:
  13. : >#include <iostream.h>
  14. : >
  15. : >int main()
  16. : >{
  17. : >   cout << "Hello!" << endl ;
  18. : >}
  19. : >
  20. : >This compiles OK, but the executable is 69KB! A bit too large, IMHO. ;-) 
  21. Try Storm C, it compiles the abovve program to, uhh, 2840 bytes :)
  22. This was with the default settings too =)
  23. StormC has some other problems tho, like not have iomanip.h, but it
  24. looks like a _really_ cool compiler.
  25.  
  26. Seeya
  27. Darius
  28. ~~~~~~
  29.  
  30.