由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C or C++ test
相关主题
C++ online Test 又一题 (转载)address of an array
这个function pointer最后的那个int是什么意思?a simple question about constructor
C++ Template Questionclass D:public B;
Question about type conversion (转载)recursive template?
c++头文件太tmd恶心了C++ memcpy declaration use restrict keyword?
一道面试怪题C++. (转载)这个是什么原因
Default function template arguments有关 template function 的一个问题
template[合集] (c++)为什么不能把这个function的definition放到class里
相关话题的讨论汇总
话题: c++话题: void话题: test
进入Programming版参与讨论
1 (共1页)
d****n
发帖数: 1637
1
function declaration
void f(int **i);
void g(int *&i);
question:
which one is C or C++ only?
答对的1个包子。(不许编译)
d****n
发帖数: 1637
2
no one?
S**I
发帖数: 15689
3
C doesn't allow parameter to be reference type, so the answer is obvious.

【在 d****n 的大作中提到】
: function declaration
: void f(int **i);
: void g(int *&i);
: question:
: which one is C or C++ only?
: 答对的1个包子。(不许编译)

1 (共1页)
进入Programming版参与讨论
相关主题
[合集] (c++)为什么不能把这个function的definition放到class里c++头文件太tmd恶心了
pointer to function一道面试怪题C++. (转载)
difference between: char** p and char*p[] ??Default function template arguments
Any difference between class and typename identifier?template
C++ online Test 又一题 (转载)address of an array
这个function pointer最后的那个int是什么意思?a simple question about constructor
C++ Template Questionclass D:public B;
Question about type conversion (转载)recursive template?
相关话题的讨论汇总
话题: c++话题: void话题: test