# DataStructClassDesign **Repository Path**: Hailay/DataStructClassDesign ## Basic Information - **Project Name**: DataStructClassDesign - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-15 - **Last Updated**: 2021-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据结构课程设计:校园导航 * 源程序里面不写技术问题,在这里写,不然显得代码很乱 平台:Windows 11 + VSCode + TDM-GCC-64 10.3 + Cmake构建 ## 协作编辑 ### vscode share live https://docs.microsoft.com/zh-cn/visualstudio/liveshare/use/vscode#session-states-and-limitations ### wps https://www.kdocs.cn/l/ckOwnCUpPGqn ## 编码规范 google https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/ ## g++ 编译代码(简单版) ````shell g++ main.cc welcome.cc -o a.exe (.cc那边把所有.cc文件包含进去) ```` # 参考别人做好的样本 在OneNote ![参考图1](readme.assets/参考图1.png)