gaoxiaohaner / CPPLearning

记录自己CPP的学习历程

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基本环境配置

  • 系统环境: 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的学习历程


Languages

Language:C++ 100.0%