随笔分类 -  C/C++完整项目

摘要://header.h文件 //Game.h文件 //Game.cpp文件 //main.cpp文件 阅读全文
posted @ 2018-03-29 16:56 第二根杈 阅读(415) 评论(0) 推荐(0)
摘要://头文件header.h //主程序 其中我自己添加了一个“刀.ico”图标, 不添加直接赋值为空 wc.hIcon = NULL; 阅读全文
posted @ 2018-03-29 16:42 第二根杈 阅读(234) 评论(0) 推荐(0)
摘要:#include "student.h" CStu::CStu() { //链表头指针 m_pHead = NULL; //链表尾指针 m_pEnd = NULL; m_stuCount = 0; } CStu::~CStu() { while (m_pHead) { Student* pTemp = m_pHe... 阅读全文
posted @ 2018-01-21 15:59 第二根杈 阅读(373) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 typedef int bool; 9 #define true 1 10 #define false 0 11 12 //三件套:添加音乐的函数 13 #include 14 #include... 阅读全文
posted @ 2017-10-29 17:40 第二根杈 阅读(1332) 评论(0) 推荐(0)