Skip to content

gaoxiaohaner/CPPLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

基本环境配置

  • 系统环境: centos 8.2

安装gcc g++ 编译器

  1. sudo yum install gcc

VSCode配置

  1. 安装 C/C++ Extension Pack 扩展

github仓库

  1. github中创建仓库 CPPLearing

  2. 创建CPPLearning文件夹

     vim hello.cpp 
     g++ hello.cpp -o hello
     ./hello
    
  3. git init

  4. git remote add origin git@github.com:gaoxiaohaner/CPPLearning.git

  5. git push --set-upstream origin master

About

记录自己CPP的学习历程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages