一.while/for/break/continue: while (expr){ statements } for (expr1:expr2:expr3){ statement } break n 跳出循环或条件后将结束该循环体的操作 continue 跳出循环或条件后将继续该循环体的操作 二.系统函数和自定义函数: string date ( string format [, int timestamp]) 自定义函数 格式: function funname(arg1,arg2,arg3
最近在做cppunit test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~ 闲聊至此,如题: 我使用的是lcov的 --remove命令 Remove / filter out remaining unwanted stuff from tracefile Now we can remove the (remaining) stuff that we aren't interested in from the tracefil