# testc **Repository Path**: yanleichang/testc ## Basic Information - **Project Name**: testc - **Description**: learning c++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-28 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *learning C++* ```c++ #include using namespace std; cout << "learning C++" << endl; ``` ## TODO - [x] 类型分类整理(参考wiki)