# C++ include **Repository Path**: wujukai123/cpp-include ## Basic Information - **Project Name**: C++ include - **Description**: Many Mac users are very distressed - /usr/local/include is missing a lot of C++ header files. Maybe this project can help you. - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-17 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **C++ include** ## **Contents** 1. Introduction 2. Install 3. How to use ## **Introduction** Many Mac users are very distressed - /usr/local/include is missing a lot of C++ header files. Maybe this project can help you. ## **Install** Copy these files to "/usr/local/include". ## **How to use** Open a C++ Editor, and enjoy them! For example: ``` #include #include ```