你遇到过的源代码中最好的注释是什么?


当前回答

if(m_measures =/*=*/ --index)
{
    ....

其他回答

/*

 ____________________
/                    \
| Jean-Michel Bechet |
| 2002-2009          |
\___  _______________/
    |/
 (o_
 //\
 V_/_


*/
//Mr. Compiler, please do not read this.
Exception up = new Exception("Something is really wrong.");
throw up;  //ha ha

下面是一个必须声明的局部变量,只是为了将一个常量传递给库函数:

// This only exists because Scott doesn't know how to use const correctly
 // WARNING!!!
 // Very perversive code ahead!

... about a 20 lines of "very perversive" code ...

// Now you can call your grandmother back. ;)