一句C程序看不明白,请指教

[复制链接]
yuanyx99 发表于 2011-12-30 23:59 | 显示全部楼层
以一个新人的角度来看 3楼的写法最易懂 但是略繁琐 4楼的完全看不懂 还是楼主的写法最好
zhoujunrose 发表于 2011-12-31 08:04 | 显示全部楼层
楼主写法较简单,但不便于别人阅读
xiaoziwoye 发表于 2011-12-31 09:22 | 显示全部楼层
2l正解
 楼主| anazel 发表于 2011-12-31 13:54 | 显示全部楼层
又看不懂了,还是来请教,先多谢大伙儿帮忙,呵呵
uchar const Line_Count = 6;
uchar code Msg[][80]=
{
        "Many CAD users dismiss",
        "process of creating PCB",
        "of view.with PCB layout",
        "placement and track routing,",
        "can often be the most time",
        "And if you use circuit simulation",
        "you are going to spend even more"
};
....................................
uchar *p = Msg[0];
uchar *q = Msg[Line_Count] + strlen(Msg[Line_Count]);

这里的*q指的是哪儿呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 在线客服 返回列表 返回顶部