C/C++ 关键字 const,static,extern

文章目录 C/C++ 关键字 const,static,extern 1.const a.常量的定义 b.修饰函数形参 c.修饰类的成员函数 d.const 修饰返回值 2.static a. 在函数体内 b.在模块内,函数体外 c.在模块内 3.extern a.函数的声明中带有extern b.extern "C" C/C++ 关键字 const,static,extern 1.const c
相关文章
相关标签/搜索