Cpp_part1
这个专题是对Pre_OO课程的记录
1.Struct 结构体
1 | // A better C |
2.Macro 宏
1 | // 1.常量宏 |
3.C++如何调用C函数
1 |
|
4.函数重载
函数重载:同名函数,不同参数,不能靠不同返回值
1 | void print(int i) { |
5.默认参数
1 | int fun(int a, int b = 10, int c = 20) { |
Main part
1 |
|
- Title: Cpp_part1
- Author: Charles
- Created at : 2022-12-28 07:59:40
- Updated at : 2023-02-09 17:56:59
- Link: https://charles2530.github.io/2022/12/28/cpp-part1/
- License: This work is licensed under CC BY-NC-SA 4.0.
recommend_articles
recommend_articles
Comments