资源介绍
This CD contains both the source code for every program discussed
in the book as well as executable files. You can open the source
files in the Microsoft Visual C++ environment or in your favorite
editor.
For each sample program, there are two different executable files,
one located in the RELEASE subdirectory and the other in the DEBUG
subdirectory. The executable in the DEBUG directory is intended to
be used for debugging. Generally, these executables have been
created with the default settings in Microsoft Visual C++ 6 with
one major exception: aside from other compiler and linker flags,
the executable in the DEBUG directory has been compiled with the
UNICODE identifier defined. In most cases, this means that the
executable in the DEBUG directory will not run under Windows 95 or
Windows 98; it will run under Windows NT only. The executable in
the RELEASE directory will run under Windows 95, Windows 98, or
Windows NT. The UNICODE identifier is discussed in Chapter 2 of the
book.
- 上一篇: 操作系统实验指导书和源代码.rar
- 下一篇: Windows程序设计(第五版) PDF