The best way I know to create block comments *without* tampering with interior comments is like this:
/* note about reason for commenting block */ #if 0 code code /* comments */ code #endif
Whereas this is the solution with the least work it's also hard to spot. If using a text editor with syntax coloring it all looks the same. But if a code isn't effective I'd like to see that. That's why I really comment it out. But this is just my personal opinion, besides that nothing's wrong with the above.
bye Fabi
A: No, see http://www.netmeister.org/news/learn2quote.html Q: Should I include quotations after my reply ?