# LearnC **Repository Path**: gin9/LearnC ## Basic Information - **Project Name**: LearnC - **Description**: 大一的学习代码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-23 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C语言学习 > Since 2015 > [辅助脚本](https://github.com/Kuangcp/Script/blob/master/shell/assistant/cpp.sh) ``` Run: sh cpp.sh file 编译并运行 -c 清除当前目录所有可执行文件 -h 帮助 ``` ## 开发 1. 终端直接编译: gcc file.cpp -o file 1. Vscode安装 C/C++ 插件,配置编译器