# cpp-language-learning-notes **Repository Path**: weiyayun/cpp-language-learning-notes ## Basic Information - **Project Name**: cpp-language-learning-notes - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-05 - **Last Updated**: 2022-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpp-language-learning-notes # c++语言学习笔记 ## c++语言学习顺序 ### 入门 > * Jumping Into C++ > * C++ Primer Plus > * Accelerated C++ > * Programming Principles and Practice Using C++ > * C++ How To Program ### 提高 > * C++ Primer > * The C++ Standard Library > * Effective C++ and More Effective C++ > * Effective Modern C++ ### 进一步提高 > * C++17 The Complete Guide > * C++17 STL cookbook > * C++ Templates > * C++ Move Semantics > * C++ Concurrency in Action ### C++11 and C++14 > * C++ Primer > * The C++ Standard Library > * Effective Modern C++ ### C++17 > * C++17 The Complete Guide > * C++ Templates > * C++ Move Semantics ## c++语言程序设计学习环境 ### 1.操作系统 - [ ] Manjaro Linux x86_64 ### 2.编译器 - [ ] gcc - [ ] clang ### 3.调试程序 - [ ] gdb、nemiver - [ ] lldb