-
编程语言,最基本的元素,和指针,使用和范围…
本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。
C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。
MFC是构造于原始C++之上的应用程序框架,它提供了一个Windows应用程序工作的基础,一个可以向内添入自己代码的框架。这个框架提供了绝大多数Windows特征――菜单、工具栏、对话框、控件和滚动条。它也提供使开发者能相对容易的将数据写入文件、打印数据等机制。这个框架的部件是C++的类,这些类表示了应用程序的组件,例如应用程序的主窗口、它的对话框、字符串、如矩形和点的图像对象,甚至应用程序本身。因此,为了使用Visual C++编写Windows程序,你需要知道足够的C++知识来利用MFC。
-C programming language, the most basic elements, and C pointers, use and scope. In Chapter 3 and Chapter 4, will introduce the class C and object-oriented programming. Your use of Microsoft Foundation Class Library (Microsoft Foundation Class Library, MFC) for Windows programming, you need all knowledge. C is a complex language, and many of its elements is very abstract. It is a huge language, as a professional programming and design. The book focuses on the use of language Visual C MFC prepared to use Win
- 2023-09-08 16:30:02下载
- 积分:1
-
一款小游戏,请多指教
一款小游戏,请多指教-one small games, please enlighten
- 2022-02-15 06:07:58下载
- 积分:1
-
非常好的后
很不错的课后答案,算法设计与分析,但是不是第二版的-Very good after-school answer, algorithm design and analysis, but not the second edition of
- 2022-01-21 18:58:31下载
- 积分:1
-
RF无线射频电路设计中的常见问题及设计原则
RF无线射频电路设计中的常见问题及设计原则-RF radio frequency circuit design and design principles of Frequently Asked Questions
- 2022-05-15 19:57:52下载
- 积分:1
-
VC操作excel改进
将从网络下载的vc操作excel做了更改
1.建立新文档时,如果文件已经存在则打开,如果不存在则建立,不会弹出窗口。
2.在原有加载表、读写数据的基础上加入了添加删除表单的功能。
3.请务必使用包中的excel9.h excel9.cpp
4.含有预加载功能,可以提升读写速度。
- 2022-01-22 04:01:02下载
- 积分:1
-
应用程序只运行一个例子
应用程序只运行一个实例-applications running only one example
- 2023-03-18 19:50:03下载
- 积分:1
-
这是一篇讲述利用JMF实现RTP流的传输与播放的文章
这是一篇讲述利用JMF实现RTP流的传输与播放的文章-This is a realization on the use of JMF RTP stream transmission, and broadcast article
- 2022-03-04 01:21:19下载
- 积分:1
-
有关网络的知识和教案
有关网络的知识和教案-the network of knowledge and teaching plans
- 2023-04-08 09:05:04下载
- 积分:1
-
WCDMA radio resource management algorithm
WCDMA无线资源管理算法的PDF,英文的-WCDMA radio resource management algorithm
- 2022-04-29 22:36:02下载
- 积分:1
-
一个很Cool的数据库控件,具有以下功能: 登录到SQL Server数据库 备份、修复以及还原数据库 上载数据库以及删除数据库 控制SQL Server服务(...
一个很Cool的数据库控件,具有以下功能: 登录到SQL Server数据库 备份、修复以及还原数据库 上载数据库以及删除数据库 控制SQL Server服务(启动、停止、暂停等) 检测与数据库的连接 检测服务器状态 显示数据库中存储的图片 保存数据库中存储的文件(例如文本文件或者图片) 等等很多功能-a database controls, has the following functions : to log on to SQL Server database backup, repair and reinstate the database available on the database and delete control SQL Server database services (start, stop, suspend, etc.) detection and database server connectivity testing that showed that several state According to library preservation of the pictures stored in the database storage of documents (such as pictures or text files), etc. Many functional
- 2022-01-25 20:45:54下载
- 积分:1