I guess it's a peronal preferance thing, but I never use C++ style
comments.  I did when I first started to code in C++ because I thought -
Neat, I can comment out a line with two keystrokes, but then I saw how
ugly it was...  Harder to read, and many more keystrokes if you're
commenting out large sections.  On the other hand, I've run into the
nested comments problem a few times, and I'd just like to thank Ramon for
the 
#if 0
#end if
suggestion...  (Wondering why I never thought of that =)
But hey, if we're doing code by anarchy, I guess I can put up with reading
through // comments if others can put up with my /* ... */ comments =)

--Mike


On Wed, 18 Aug 1999, Josh G wrote:

> c++ comments are a Good-Thing(tm)
> 
> I hat openig and closing for comments, and, I only use big ones to comment
> out code or headings.
> 
> -Josh G
> __________________________________________________
> Internet Solutions Australia Pty Ltd - http://www.isa.net.au/
> ACN 086 692 211
> (a wholly owned subsidiary of Ramsgate Resources NL)
> 
> > Of course, if everybody here is for C++ comments I can adapt :)
> 
> 
> 



Reply via email to