When commenting out parts of the code for testing, just do it like this:
Code:
/*
void foobar()
{
dosomething();
dosomethingelse();
}
//*/


When you want to include the code again, you just have to add a / at the beginning. Magic!

For comments, I use the // functions of my editor. I think it feels more distinguishable.

Last edited by Sajeth; 03/19/12 09:29.

Teleschrott-Fan.