Why are Nested Comments forbidden?

Posted by primalpop on Stack Overflow See other posts from Stack Overflow or by primalpop
Published on 2010-06-03T19:41:37Z Indexed on 2010/06/03 19:44 UTC
Read the original article Hit count: 179

Why are nested comments forbidden in C++, Java inspite of the fact that nested comments are useful, neat, and elegant and can be used to comment out statements that have comments?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about comments