C 语言写了一个子函数,我查过了这样在C语言是可以实现的,但在CCS为什么会报错呢?
void test(int &uuu)
{
uuu = 1;
}
实在不明白为什么,望大家解答,谢谢。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
C 语言写了一个子函数,我查过了这样在C语言是可以实现的,但在CCS为什么会报错呢?
void test(int &uuu)
{
uuu = 1;
}
实在不明白为什么,望大家解答,谢谢。