登录 注册
当前位置:主页 > 资源下载 > 9 > 设计Windows程序

设计Windows程序

  • 更新:2024-11-02 17:38:55
  • 大小:51.88MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:专业指导 - 课程资源
  • 格式:RAR

资源介绍

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.