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