From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Sample C++ code in c.o.m.d Date: 24 Oct 1999 14:29:33 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 34 Message-ID: <7uv54d$5lu$2@antares.lu.erisoft.se> References: NNTP-Posting-Host: propus-144.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Johan Venter (jventer AT writeme DOT com) wrote: : Damian Yerrick wrote in message : news:YiKP3.598$SS6 DOT 16647 AT dfiatx1-snr1 DOT gtei DOT net... : > : > file://start of hello.c : > #include : > : > /* c comments are perfectly OK */ : > file://but comments like this screw up : > int main(void) : > { : > puts("hello comp.os.msdos.djgpp"); : > return 0; : > } : > file://end of hello.c : > : > It works fine when I remove the comments. : > Funny, C comments don't give me any problems. : Damian, obviously there is going to be a problem with a comment that starts with : file://. Microsoft Outlook Express frefixes all '//' (I had to put mine in : quotes to stop it :-)) with file: as if it was going to be a link. This seems to imply to either find the setting that disables this awful behaviour or change to a sensible mailing/newsgroup tool that doesn't do this... Just how many bugs can Microsnoft cram into a program calling them features? U2, October, MartinS