发新帖我要提问
123
返回列表
打印

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

[复制链接]
楼主: anazel
手机看帖
扫描二维码
随时随地手机跟帖
41
yuanyx99| | 2011-12-30 23:59 | 只看该作者 回帖奖励 |倒序浏览
以一个新人的角度来看 3楼的写法最易懂 但是略繁琐 4楼的完全看不懂 还是楼主的写法最好

使用特权

评论回复
42
zhoujunrose| | 2011-12-31 08:04 | 只看该作者
楼主写法较简单,但不便于别人阅读

使用特权

评论回复
43
xiaoziwoye| | 2011-12-31 09:22 | 只看该作者
2l正解

使用特权

评论回复
44
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指的是哪儿呢?

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则