会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tu9oh0st
不积跬步无以至千里
首页
新随笔
订阅
管理
2021年3月3日
C++基础知识
摘要: Hello World vim ~/code/Cpp/helloWorld.cc #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; } 单行注释和多行注释 单
阅读全文
posted @ 2021-03-03 16:01 Tu9oh0st
阅读(140)
评论(0)
推荐(0)
编辑
公告