# Reimplement.Of.Cpp.Standard.Library **Repository Path**: hexu1985/Reimplement.Of.Cpp.Standard.Library ## Basic Information - **Project Name**: Reimplement.Of.Cpp.Standard.Library - **Description**: C++标准库的克隆实现 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-26 - **Last Updated**: 2025-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++标准库的克隆实现, 仅限于学习使用 ### 编译googletest ``` $ git clone https://github.com/google/googletest.git $ cp build_googletest.sh googletest $ cd googletest $ chmod +x build_googletest.sh $ ./build_googletest.sh ``` ### 笔记 - [C++STL shared_mutex实现与分析](concurrency/shared_mutex/blog) - [C++STL std::bind实现原理与源码分析](functional/bind/blog) - [C++STL std::function实现与分析](functional/function/blog) ### 相关项目链接 - -