M
mdeh
Hi Group,
At the risk of being very repetitive, may I ask this. K&R 1-23 has been
extensively covered in the archives. I have read all these and the
answer offered by Tondo/Gimpel.
In seeking to eliminate comments from a valid C program, special
attention is directed at the double-forward slash (//). My question is
when would this arise? If it appears within double-quotes or
single-quotes it should be handled there, and if it appears thus:
/* stuff here */ /* more stuff here */
then it should be handled as 2 different comments?
I may have missed it in some of the previous discussions, and if so , I
will happily be directed there.
Thank you.
At the risk of being very repetitive, may I ask this. K&R 1-23 has been
extensively covered in the archives. I have read all these and the
answer offered by Tondo/Gimpel.
In seeking to eliminate comments from a valid C program, special
attention is directed at the double-forward slash (//). My question is
when would this arise? If it appears within double-quotes or
single-quotes it should be handled there, and if it appears thus:
/* stuff here */ /* more stuff here */
then it should be handled as 2 different comments?
I may have missed it in some of the previous discussions, and if so , I
will happily be directed there.
Thank you.