小编Aja*_*ani的帖子

模糊的声明

以下两个声明之间有什么区别:

 1. int foo(int); 
 2. int foo(int());
Run Code Online (Sandbox Code Playgroud)

我不确定这两个声明是否相同.有什么(2)不同(1)

c c++ declaration function

8
推荐指数
1
解决办法
351
查看次数

标签 统计

c ×1

c++ ×1

declaration ×1

function ×1