# LearnCpp **Repository Path**: carter65536/learn-cpp ## Basic Information - **Project Name**: LearnCpp - **Description**: 一个用于学习 C++ 的项目,包含基础语法、数据结构、算法等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-12 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目前支持单文件 多文件编译 支持到c++17标准 也可以手动在命令窗口 使用固定标准测试效果 g++ -std=c++11 -o c17.exe c17.cpp 参考网站 https://hanxiaomax.github.io/Learncpp_CN/ # 感觉 1.cpp 概念感觉特别多 不是简单的写逻辑 。 # 主要目录 LearnCpp/ │ ├── BasicConcepts/ │ ├── README.md │ └── example.cpp │ ├── FunctionsAndModularity/ │ ├── README.md │ └── example.cpp │ ├── DataStructuresAndCompositeTypes/ │ ├── README.md │ └── example.cpp │ ├── ClassesAndObjects/ │ ├── README.md │ └── example.cpp │ ├── TemplatesAndGenericProgramming/ │ ├── README.md │ └── example.cpp │ ├── StandardTemplateLibrary/ │ ├── README.md │ └── example.cpp │ ├── InputOutputAndFileOperations/ │ ├── README.md │ └── example.cpp │ ├── ExceptionHandling/ │ ├── README.md │ └── example.cpp │ ├── SmartPointersAndResourceManagement/ │ ├── README.md │ └── example.cpp │ ├── Multithreading/ │ ├── README.md │ └── example.cpp │ └── .gitignore └── LICENSE └── README.md