# C++ 3 **Repository Path**: muyifan307/c-3 ## Basic Information - **Project Name**: C++ 3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ 3 ## Repository Structure ``` . ├── README.md ├── code ├── exercises │ └── exercises.md └── theory ├── Functions.md ├── Input And Output.md ├── Loops And Ifs.md ├── C++ Basics.md ├── git.md └── Types.md ``` ## Getting Started ### Theory Before starting the exercises, please read: - [C++ Basics Guide](theory/C++%20Basics.md) - [Git Tutorial](theory/git.md) - [Functions](theory/Functions.md) - [Input And Output](theory/Input%20And%20Output.md) - [Loops And Ifs](theory/Loops%20And%20Ifs.md) - [Types](theory/Types.md) ### Exercises - [Exercise Instructions](exercises/exercises.md) ### Your Work Place your solutions in the `code` directory following the structure: ``` code/ ├── ex00/ │ └── main.cpp ├── ex01/ │ └── main.cpp ├── ex02/ │ └── main.cpp ├── ex03/ │ └── main.cpp ├── ex04/ │ └── main.cpp ├── ex05/ │ └── main.cpp └── ex06/ └── main.cpp ```