最新Visual C++使用手册

最新Visual C++使用手册
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
2005-01
版次: 1
ISBN: 9787121004902
定价: 30.00
装帧: 平装
开本: 其他
纸张: 胶版纸
页数: 381页
字数: 630千字
1人买过
  • Visual C++ 6.0是Microsoft公司推出的Visual Studio软件开发工具的成员之一。它以其功能强大、使用方便和界面友好的优势,迅速成为开发Windows应用程序的首选工具。为了方便广大读者在使用和编程时参考,我们编写了这本使用手册。本书主要介绍C++语言基础、Visaul C++的环境与使用、Runtime函数库以及MFC类库。在进行详细地解释之余,书中还适当地给出了一些示例。
      
      
      本书可以作为Visual C++程序员的参考书,也可以为正在学习或使用Visual C++的读者提供帮助。 第一篇 基础篇

     第1章 面向对象的程序设计和C++语言

      1.1 面向对象和Windows编程

      1.2 C++语言基础

      1.3 基本运算符

      1.4 流程控制

      1.5 简单的输入和输出

      1.6 类和对象

      1.7 类的继承

      1.8 多态性和虚函数

     第2章 Visual C++可视化集成开发环境

      2.1 了解Visual C++可视化集成开发环境

      2.2 Visual C++ 6.0的菜单栏

     第3章 第一个应用程序

      3.1 编写第一个窗口程序

      3.2 AppWizard所创建的文件

      3.3 编译和链接Hello程序

      3.4 应用程序执行机制

     第4章 使用ClassWizard

      4.1 ClassWizard入门

      4.2 访问ClassWizard

      4.3 向项目添加新类

      4.4 添加新函数

      4.5 使用ClassWizard添加成员变量

    第二篇 Run-Time函数库

     第5章 字符与字符串操作函数

      5.1 字符分类

      5.2 缓冲区操作

      5.3 字符串操作

     第6章 浮点运算

      6.1 浮点运算

     第7章 目录与文件

      7.1 目录操作

      7.2 文件处理

      7.3 流的输入与输出

     第8章 工具函数

      8.1 参数访问

      8.2 时间

      8.3 数据格式转换

      8.4 分配内存

      8.5 进程与环境

    第三篇 MFC

     第9章 根类

      9.1 CObject

      9.2 CRuntimeClass

     第10章 MFC应用结构类

      10.1 CCmdTarget

      10.2 CCmdUI

      10.3 CCreateContext

      10.4 CCriticalSection

      10.5 CDocTemplate

      10.6 CDocument

      10.7 CEvent

      10.8 CFrameWnd

      10.9 CMDIChildWnd

      10.10 CMDIFrameWnd

      10.11 CMultiDocTemplate

      10.12 CMultiLock

      10.13 CMutex

      10.14 COleDocument

      10.15 COleIPFrameWnd

      10.16 COleLinkingDoc

      10.17 COleServerDoc

      10.18 CRichEditDoc

      10.19 CRichEditView

      10.20 CSemaphore

      10.21 CSingleDocTemplate

      10.22 CSingleLock

      10.23 CSyncObject

      10.24 CWinApp

      10.25 CWinThread

     第11章 窗口、对话和控件类

      11.1 CColorDialog

      11.2 CCommonDialog

      11.3 CControlBar

      11.4 CCtrlView

      11.5 CDaoRecordView

      11.6 CDataExchange

      11.7 CEdit

      11.8 CEditView

      11.9 CFileDialog

      11.10 CFontDialog

      11.11 CFormView

      11.12 CListView

      11.13 CMiniFrameWnd

      11.14 COleDialog

      11.15 CPrintDialog

      11.16 CRecordView

      11.17 CScrollView

      11.18 CStatic

      11.19 CTreeView

      11.20 CView

      11.21 CWnd

     第12章 绘图和打印类

      12.1 CBitmap

      12.2 CBrush

      12.3 CDC

      12.4 CFont

      12.5 CPainDC

      12.6 CPen

      12.7 CWindowDC

     第13章 文件和数据库类

      13.1 CDaoDatabase

      13.2 CDaoRecordset

      13.3 CDaoWorkspace

      13.4 CDBException

      13.5 CFieldExchange

      13.6 CFile

      13.7 CMemFile

      13.8 COleStreamFile

      13.9 CRecordset

      13.10 CSharedFile

      13.11 CStdioFile

     第14章 Internet和网络类

      14.1 CAsynSocket

      14.2 CHttpFilter

      14.3 CHttpFilterContext

      14.4 CHttpServer

      14.5 CHttpServerContext

      14.6 CInternetConnection

      14.7 CInternetSession

      14.8 CSocket

      14.9 CSocketFile
  • 内容简介:
    Visual C++ 6.0是Microsoft公司推出的Visual Studio软件开发工具的成员之一。它以其功能强大、使用方便和界面友好的优势,迅速成为开发Windows应用程序的首选工具。为了方便广大读者在使用和编程时参考,我们编写了这本使用手册。本书主要介绍C++语言基础、Visaul C++的环境与使用、Runtime函数库以及MFC类库。在进行详细地解释之余,书中还适当地给出了一些示例。
      
      
      本书可以作为Visual C++程序员的参考书,也可以为正在学习或使用Visual C++的读者提供帮助。
  • 目录:
    第一篇 基础篇

     第1章 面向对象的程序设计和C++语言

      1.1 面向对象和Windows编程

      1.2 C++语言基础

      1.3 基本运算符

      1.4 流程控制

      1.5 简单的输入和输出

      1.6 类和对象

      1.7 类的继承

      1.8 多态性和虚函数

     第2章 Visual C++可视化集成开发环境

      2.1 了解Visual C++可视化集成开发环境

      2.2 Visual C++ 6.0的菜单栏

     第3章 第一个应用程序

      3.1 编写第一个窗口程序

      3.2 AppWizard所创建的文件

      3.3 编译和链接Hello程序

      3.4 应用程序执行机制

     第4章 使用ClassWizard

      4.1 ClassWizard入门

      4.2 访问ClassWizard

      4.3 向项目添加新类

      4.4 添加新函数

      4.5 使用ClassWizard添加成员变量

    第二篇 Run-Time函数库

     第5章 字符与字符串操作函数

      5.1 字符分类

      5.2 缓冲区操作

      5.3 字符串操作

     第6章 浮点运算

      6.1 浮点运算

     第7章 目录与文件

      7.1 目录操作

      7.2 文件处理

      7.3 流的输入与输出

     第8章 工具函数

      8.1 参数访问

      8.2 时间

      8.3 数据格式转换

      8.4 分配内存

      8.5 进程与环境

    第三篇 MFC

     第9章 根类

      9.1 CObject

      9.2 CRuntimeClass

     第10章 MFC应用结构类

      10.1 CCmdTarget

      10.2 CCmdUI

      10.3 CCreateContext

      10.4 CCriticalSection

      10.5 CDocTemplate

      10.6 CDocument

      10.7 CEvent

      10.8 CFrameWnd

      10.9 CMDIChildWnd

      10.10 CMDIFrameWnd

      10.11 CMultiDocTemplate

      10.12 CMultiLock

      10.13 CMutex

      10.14 COleDocument

      10.15 COleIPFrameWnd

      10.16 COleLinkingDoc

      10.17 COleServerDoc

      10.18 CRichEditDoc

      10.19 CRichEditView

      10.20 CSemaphore

      10.21 CSingleDocTemplate

      10.22 CSingleLock

      10.23 CSyncObject

      10.24 CWinApp

      10.25 CWinThread

     第11章 窗口、对话和控件类

      11.1 CColorDialog

      11.2 CCommonDialog

      11.3 CControlBar

      11.4 CCtrlView

      11.5 CDaoRecordView

      11.6 CDataExchange

      11.7 CEdit

      11.8 CEditView

      11.9 CFileDialog

      11.10 CFontDialog

      11.11 CFormView

      11.12 CListView

      11.13 CMiniFrameWnd

      11.14 COleDialog

      11.15 CPrintDialog

      11.16 CRecordView

      11.17 CScrollView

      11.18 CStatic

      11.19 CTreeView

      11.20 CView

      11.21 CWnd

     第12章 绘图和打印类

      12.1 CBitmap

      12.2 CBrush

      12.3 CDC

      12.4 CFont

      12.5 CPainDC

      12.6 CPen

      12.7 CWindowDC

     第13章 文件和数据库类

      13.1 CDaoDatabase

      13.2 CDaoRecordset

      13.3 CDaoWorkspace

      13.4 CDBException

      13.5 CFieldExchange

      13.6 CFile

      13.7 CMemFile

      13.8 COleStreamFile

      13.9 CRecordset

      13.10 CSharedFile

      13.11 CStdioFile

     第14章 Internet和网络类

      14.1 CAsynSocket

      14.2 CHttpFilter

      14.3 CHttpFilterContext

      14.4 CHttpServer

      14.5 CHttpServerContext

      14.6 CInternetConnection

      14.7 CInternetSession

      14.8 CSocket

      14.9 CSocketFile
查看详情
您可能感兴趣 / 更多
最新Visual C++使用手册
心房颤动
夏云龙;龙德勇;高连君;刘少稳
最新Visual C++使用手册
肿瘤心脏病治疗手册(配增值)
夏云龙、刘基巍 著