Quote Originally Posted by ninja9578 View Post
Not really, most IDEs are very smart now-adays. Unless you are using vi or something, its not a problem.
I use notepad++ for everything except C/C++ and Matlab, so...

Quote Originally Posted by ninja9578 View Post
I know it was added, but its rarely used. And are you sure about that?
They'll be more used after a while, I believe. As of yet they're pretty new.
That's what I read last I checked up on C++ syntax conventions. But they're equal in the standard, I believe.

Quote Originally Posted by ninja9578 View Post
Try to comment out everything from blah to "blah blah blah" Most people use preprocessor to comment out large blocks of code.
(...)
And Doxygen REQUIRES /* */ comments.
Yeah, I'd use /* */ there. Didn't even think of the preprocessor.
But try doing it in PHP, and you'll see why // comments come in handy :p
Ah. Don't work on big projects, so I just document my code with quick comments for my own benefit only.