Lisp-style comments
Doug Gwyn
gwyn at smoke.BRL.MIL
Thu Apr 27 22:49:18 AEST 1989
In article <3851 at uhccux.uhcc.hawaii.edu> julian at uhccux.uhcc.hawaii.edu (Julian Cowley) writes:
>Someone told me recently that the latest ANSI draft has
>Lisp-style comments, where two slashes at the beginning of a line
>mean that the rest of the line is to be treated as a comment. Is
>this true, or is it just wishful thinking?
I suggest you find a more reliable source of information.
C++ supports //-comment-to-end-of-line as well as C's /*comment*/.
But C++ is not ANSI C.
More information about the Comp.lang.c
mailing list