作者BBSealion (海獅)
看板EE_DSnP
標題[問題] make的error
時間Sun Jan 2 12:45:34 2011
請問一下,為什麼會在myUsage出error啊?
compiling: cirCmd.cpp
In file included from ../../include/util.h:13,
from cirCmd.cpp:14:
../../include/myUsage.h: In member function ‘double MyUsage::checkMem() const
’:
../../include/myUsage.h:71: error: ‘strncmp’ was not declared in this scope
../../include/myUsage.h:72: error: ‘strchr’ was not declared in this scope
---
strncmp和strchr是我們自已要寫的嗎QQ?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.168.229.227
1F:推 timrau:#include <cstring> 01/02 13:20
2F:→ BBSealion:感謝 已解決! 01/02 13:36