Skip to content

Anthony-Dong/cpp

Repository files navigation

cpp

介绍

cpp项目,主要是平时学习cpp使用

语言: cpp-17/20

环境: clang-14(llvm14) / cmake-3.x / Debian10 / Mac

IDE: clion / vscode(clangd)

目录结构

➜  git:(master) ✗ tree -L 1 .
├── CMakeLists.txt
├── Makefile
├── README.md
├── cmake # cmake脚本
├── cpp # 自己造的轮子库
├── doc # 平时写的笔记和文档
├── example # 自己平时练习的代码
├── test # 轮子的测试代码
└── third_part # 三方依赖,可能自己会调试+注释一些代码

其他

参考

  1. cpp-reference

  2. cpp入门

About

Introduction to cpp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages