首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

PARAMS?解决办法

2012-03-04 
PARAMS???staticuint32sub_ccPARAMS((uint32psr,int32operand1,int32operand2,int32result))这是一个函数

PARAMS???
static   uint32sub_cc   PARAMS   ((uint32   psr,   int32   operand1,   int32   operand2,int32   result));

这是一个函数声明语句,其中有两个问题,
1,PARAMS   是什么意思,怎么用,(给个连接我自己看也可以了)
2,形参列表为什么有两层括号,
谢谢,

[解决办法]
你先看了params的定义再来提问吧。

热点排行