Re^4: Why nested comments not allowed?

Derek R. Foster dfoster at jarthur.Claremont.EDU
Thu Feb 22 16:52:27 AEST 1990


In article <4550 at jarthur.Claremont.EDU> dfoster at jarthur.Claremont.EDU (Derek R. Foster) writes:
>no matter what. Why not just go
>
>printf("\"*""/goto hell;/""*\"");
>
Another possible (comment-proof) solution that might be easier to read:

#define CS " /""* "
#define CE " *""/ "
printf("before comment"CS"comment"CE"after comment");

Derek Foster



More information about the Comp.lang.c mailing list