# vscode-cpp-config-demo **Repository Path**: carter65536/vscode-cpp-config-demo ## Basic Information - **Project Name**: vscode-cpp-config-demo - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-09 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 部分单片机的程序抽象出来 用g++ 调试接口 目前支持单文件 多文件编译 支持到c++17标准 也可以手动在命令窗口 使用固定标准测试效果 g++ -std=c++11 -o c17.exe c17.cpp 参考网站 https://hanxiaomax.github.io/Learncpp_CN/