Fred James wrote:

All
Can anyone confirm for me that
   //
is not an allowed syntax for a commnet line in ANSI C, please?
(example:
   // line of text
should be
/* line of text */


It was my understanding that the latter is the only type of comment in C, while both are valid in C++.

Russ
_______________________________________________
EUGLUG mailing list
euglug@euglug.org
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to