Carl0612 发表于 2010-4-9 02:07:48

lookup table problem

请问我的程序取表有问题
t2 = abcable ;

const int abcable =
{
0,201,401,602,803,1003,1204,1404,1605,1805
}
 
COMPILER出现此错误讯息
identifier " abcable " is undefined

发表于 2010-4-29 09:37:45

RE:lookup table problem

先定义abcable[],后使用。
页: [1]
查看完整版本: lookup table problem