Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 656 Bytes

File metadata and controls

35 lines (23 loc) · 656 Bytes

cpp

介绍

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

版本: cpp-20

环境: clang-15 、 cmake 、 vcpkg

IDE: clion / vscode

目录结构

➜  git:(master) ✗ tree -L 1 .
├── CMakeLists.txt
├── Makefile
├── README.md
├── cmake # cmake脚本
├── cpp # 自己造的轮子库
├── doc # 平时写的笔记和文档
├── example # 自己平时练习的代码
├── test # 轮子的测试代码

其他

参考

  1. cpp-reference

  2. cpp 入门