# CppStd **Repository Path**: gamestorm577/CppStd ## Basic Information - **Project Name**: CppStd - **Description**: c++标准库基础介绍 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-24 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppStd ## 编译 Mac平台 ``` mkdir Build cd Build cmake .. -G Xcode ```