作者dxi (D差耶)
看板EE_DSnP
標題[問題] // Change for TODO...
時間Fri Apr 17 11:52:33 2009
在cmdParser.cpp中
bool
CmdParser::regCmd(const string& cmd, unsigned nCmp, CmdExec* e)
{
.....
// TODO: insert (mandCmd, e) to _cmdMap; return false if insertion fails.
return true; // Change for TODO...
}
請問// Change for TODO...
是要寫什麼呢?
謝謝!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.7.59
1F:→ ilway25:return true or false depends on your code 04/17 11:58
2F:→ dxi:I see! thanks 04/17 12:05