From: DavMac AT iname DOT com (Davin McCall) Newsgroups: comp.os.msdos.djgpp Subject: Re: Please help Date: Mon, 17 May 1999 10:28:55 GMT Organization: Monash Uni Lines: 29 Distribution: world Message-ID: <373fef43.5785321@newsserver.cc.monash.edu.au> References: <199905170749 DOT AAA17251 AT smtp6 DOT jps DOT net> NNTP-Posting-Host: damcc5.halls.monash.edu.au X-Trace: towncrier.cc.monash.edu.au 926936908 12815 130.194.198.138 (17 May 1999 10:28:28 GMT) X-Complaints-To: abuse AT monash DOT edu DOT au NNTP-Posting-Date: 17 May 1999 10:28:28 GMT X-Newsreader: Forte Free Agent 1.1/32.230 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Could be all those HTML tags in your code :-) Davin. On Sun, 16 May 1999 16:50:19 -0700, Tony wrote: > >Hi, I am a beginning programmer and about every sample program I find on >Internet when compiled by DJGPP gives me error message like "c:// >c.c:1: parse error before character 0320" Please tell me what is >wrong with sample program or what is wrong with way I try to compile >
>gcc c:/c.c -o myfile.exe -lm
>
>*****Sample program*****
>#include <iostream.h>
>
>void main()
>{
>        cout<<"HEY, you, >I'm alive!";
>}
>
>
> __________________________________________________________ *** davmac - sharkin'!! davmac AT iname DOT com *** my programming page: http://yoyo.cc.monash.edu.au/~davmac/