记录一下自己的C++学习内容,持续更新ing~
一、初识C++注释、变量、常量//头文件
#include
//声明命名空间
using namespace std;
/*
main是一个程序的入口,有且仅有一个
*/
//常量 1
2023-01-05