# C++ Primer **Repository Path**: raoyi/cpp-primer ## Basic Information - **Project Name**: C++ Primer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-28 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ Primer第五版代码库 编译命令: ``` c++ xxx.cpp -o out.exe ``` 你可以从 [源码下载页面](https://www.informit.com/store/c-plus-plus-primer-9780321714114) 或者本仓库下载源码 Download the source files forGCC 4.7.0. 适用于GCC 4.7.0.或更高版本GCC Download the source code files forMS Visual Studio 2012 适用于Visual Studio 2012或更高版本 Download the source code files forGCC pre-C++ 11 compilers 2012. 适用于GCC 4.7.0之前版本,不使用c++0x或c++11的新标准 Download the source code files forMicrosoft pre-C++ 11 compilers. 适用于Visual Studio 2012之前版本