Mail Archives: djgpp/1996/09/22/16:49:41
Mohan Khurana wrote:
>
> 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.
*sigh* Please be more specific than "It won't work." A copy of the
error messages you get would be nice. I copied the above piece of
code and compiled it with -Wall and I got no errors or warnings. Also,
though nested comments are NOT possible, you aren't using any!
Please post an entire fragment of code which displays the erroneous
behavior, along with a copy of any error messages you get, and we'll
try to help you better.
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com |
| * Proud user of DJGPP! * | http://www.cs.com/fighteer |
| ObJoke: If Bill Gates were a robber, not only would he |
| shoot you, but he'd send you a bill for the bullets. |
---------------------------------------------------------------------
- Raw text -