随笔分类 -  C++基础知识点部分

摘要:常量不可更改 const修饰的变量也称为常量 点击查看代码 #include<iostream> #include<string> using namespace std; //常量的定义方式 // 1、#define宏常量 #define WEEK 7 // 2、const修饰的变量,const修 阅读全文
posted @ 2021-07-22 16:29 毋纵年华 阅读(145) 评论(0) 推荐(0)