From: mohan AT stealth DOT net (Mohan Khurana) Newsgroups: comp.os.msdos.djgpp Subject: Nested Comments -- Possible? Date: Sun, 22 Sep 1996 20:20:39 GMT Organization: Stealth Communications, NYC. Lines: 11 Message-ID: <523sn9$ko@news.stealth.net> NNTP-Posting-Host: mohan.nyc.stealth.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Are nexted comments possible? Right now, if I do this: int func ( int argum1, /* this is an arg1 */ int argum2, /* arg2 */ char *str /* string */ ); it won't work.