# Study-cpp **Repository Path**: ai_xiao_hong/study-cpp ## Basic Information - **Project Name**: Study-cpp - **Description**: c++后端学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++后端学习记录 ## C部分 ### 语法基础和作业 **day1**: - **内容**:变量、函数声明、输入输出、预编译 - **作业:** 水仙花计算 >```c >#include > >

  >#include 
  >int main() {
  >    printf("Hello, World!\n");
  >    return 0;
  >}
  >
>``` --- **day2**: ... ## linux部分 ... ---------- ## c++基础 **6/30**