好吧,我有几个错误消息,我被卡住了。只是看看是否有人可以在这里帮助我,将不胜感激。
这是错误消息:
bibleajax.cpp:在函数âint main()中:
bibleajax.cpp:92: 错误: 没有匹配函数调用 Bible::lookup(Verse&, LookupResult&)
Bible.h:32:注意:候选者是:const Verse Bible::lookup(Ref, LookupResult&) make: * [bibleajax.o] Error 1
这是第 92 行:
Ref nRef;
Verse nVerse;
for (int t = 0; t < num; t++){
do {
nRef = kjv.lookup(nVerse, result);
nVerse = kjv.lookup(nRef, result);
}
while (result != ch && result != no_chapter);