详见上一篇
- #include<iostream>
- #include<windows.h>
- void into();
- void chushi();
- using namespace std;
- int main()
- {
- //main函数不载入代码,方便后面的功能,直接调用函数进入正题
- into();
- }
- void into()
- {
- cout<<"CPT,零基础入门C++ :)"<<endl;
- Sleep(2*1000);
- system("cls");
- cout<<"louding..."<<endl;
- return;
-
- }
- void chushi()
- {
-
- }
复制代码
之后的话,当代码写到一定规模会另开主题 |
使用道具 举报
使用道具 举报
2024.4.5
祝各位清明节快乐!
使用道具 举报