- 系统环境: centos 8.2
- sudo yum install gcc
- 安装 C/C++ Extension Pack 扩展
-
github中创建仓库 CPPLearing
-
创建CPPLearning文件夹
vim hello.cpp g++ hello.cpp -o hello ./hello -
git init -
git remote add origin git@github.com:gaoxiaohaner/CPPLearning.git -
git push --set-upstream origin master