| delorie.com/archives/browse.cgi | search |
| From: | "Michael Schuster" <Schuster AT eev DOT e-technik DOT uni-erlangen DOT de> |
| Organization: | LS f. Elektr. Energieversorgung |
| To: | m9501470 AT cse DOT rmit DOT EDU DOT AU (Louie Lui), djgpp AT delorie DOT com |
| Date: | Tue, 23 Apr 1996 15:10:27 MEZ |
| Subject: | Re: Can't compile C++ program with gcc |
| Message-Id: | <A75652015C@merlin2.e-technik.uni-erlangen.de> |
Hi!
Just before I'll start my holidays, I'll do some work for Eli....
> #include <iostream.h>
>
> main()
> {
> cout << "hello, world." << endl;
> return 0;
> }
>
> Can anyone suggest what do I need to do to get rid of above errors. Thanks in
> advance.
Try using gxx instead of gcc and all will be fine.
Michi
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |