VS2010 编译,简单对VC++ 可以帮助初学者了解代码。
应用程序向导已为您创建了这个 Server 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 Server 应用程序的每个文件的内容。
Server.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的
文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载
入时写明完全路径。-can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path.
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Command模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Command Mode