搜索资源列表
-
0下载:
用VC6.0实现的WINDOWS扫雷示例程序-WINDOWS mine with VC6.0 sample application implementation
-
-
0下载:
bw.dsp
这个文件(项目文件)包含在项目级别的信息和
用于建立一个单一的项目或子项目。其他用户可以共享
项目(。DSP)文件,但他们应该在本地出口的makefile。
bw.h
这是应用程序的主头文件。它包括其他
项目特定的头文件(包括Resource.h)并声明
CBwApp应用程序类。
bw.cpp
这是主要的应用程序的源文件包含应用程序
类CBwApp。
bw.rc
这是对微软W
-
-
0下载:
Othello是一款用于学习visual c++的编程游戏,有利于提升学习兴趣。-AppWizard has created this Othello application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your applicatio
-
-
0下载:
连连看是一款简单易懂的游戏,该游戏采用visual c++编写,对游戏感兴趣的爱好者值得一看-AppWizard has created this llk application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your applicat
-
-
0下载:
非常简单的windows控制台程序的贪吃蛇源码-Very simple windows console application source code Snake
-
-
0下载:
这是一个用vc写的一个控制台程序,一个贪吃蛇的游戏。
基于windows平台写的一个游戏。vc基本上都是可以编译的。游戏中还存在有bug。-This is a vc write a console application, a Snake game. Write a windows-based platform game. vc basically can be compiled. The game also there is bug.
-
-
0下载:
此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里
-