书籍详情
学习和使用Visual C++
作者:李纪鸿,朱志强等编
出版社:同济大学出版社
出版时间:1997-01-01
ISBN:9787560816920
定价:¥30.00
内容简介
内容提要本书是《学习和使用VisualC十十》丛书的下册,主要介绍了VisualC十十程序设计中经常用到的函数,如文件和目录管理函数、流I/O函数、低级I/O函数、控制台和端口I/O函数、字符和数据转换函数、串和缓冲区处理函数、查找和排序函数、日期和时间管理函数、数学函数、进程控制函数、内存管理函数以及DOS和BIOS调用函数等。对C十十(尤其是VisualC十十)程序员而言,本书是一本很实用的技术指导书籍。本书可作为程序设计方法、通用程序设计技术、C十十、VisualC十十等方面的培训教材。
作者简介
暂缺《学习和使用Visual C++》作者简介
目录
目 录
第一部分 通用Microsoft基础类
第一章 CObject类的通用功能
1.1在运行时识别类
1.2持久性概念
1.3诊断服务
1.3.1转储对象内容
1.3.2TRACE宏和ASSERT宏
第二章 通用Mocrosoft基础类说明
2.1MFC的基本数据类型
2.2对象集
2.3Microsoft基础类中的异常处理机制
2.3.1如何捕获异常
2.3.2如何确定异常的原因
2.3.3如何引发异常
2.3.4异常处理过程中的内务处理
2.4用于文件I/O的基础类
2.5诊断支持
第三章 全局变量、通用宏和全局函数
3.1全局变量
3.2通用宏
3.3全局函数
第四章 类参考
4.1CArchive
4.2CArchiveException
4.3CByteArray
4.4CDumpContext
4.5CDWordArray
4.6CException
4.7CFile
4.8CFileException
4.9CFi1eStatus
4.10CMapPtrToPtr
4.11CMapPtrToWord
4.12CMapStringToO b
4.13CMapstringToPtr
4.14CMapStringToString
4.15CMapWordToOb
4.16CMapWordToPtr
4.17CMemFile
4.18CMemoryException
4.19CMemoryState
4.20CNotSupportedException
4.21CObArray
4.22CObject
4.23CObList
4.24COleException
4.25CPtrArray
4.26CPtrList
4.27CResourceException
4.28CRuntimeClass
4.29CSharedFile
4.30CStdioFile
4.31CString
4.32CStringArray
4.33CStringList
4.34CTime
4.35CTimeSpan
4.36CUlntArray
4.37CUserException
4.38CWordArray
第二部分 用于Windows程序设计的MFC类
第五章Windows程序设计类简介
5.1应用程序类
5.2菜单
5.3Microsoft Windows 的窗口类型
5.3.l对话框
5.3.2图形设备接口的绘图工具
5.4设备环境类简介
5.5用于对象链接和嵌入(OLE)的类
5.6基本 Windows数据类型
第六章 用于Windows程序设计的宏和全局函数
6.1全局变量
6.2宏
6.3全局函数
第七章 用于设计windows程序的类参考
7.lCBitmap
7.2CBitmapButton
7.3CBrush
7.4CButton
7.5CClientDC
7.6CCmdTarget
7.7CCmdUl
7.8CColorDialog
7.9CComboBox
7.lOCControlBar
7.llCDataExchange
7.l2CDC
7.13CDialog
7.14CDialogBar
7.15CDocltem
7.16CDocTemplate
7.l7CDocument
7.18CDumpContext
7.19CEdit
7.20CEditView
7.21CException
7.22CFile
7.23CFileDialog
7.24CFileException
7.25CFindReplaceDialog
7.26CFont
7.27CFontDialog
7.28CFormView
7.29CFrameWnd
7.30CGdiObject
7.31CHEdit
7.32CListBox
7.33CMDlChildWnd
7.34CMDlFrameWnd
7.35CMemFile
7.36CMemoryException
7.37CMemoryState
7.38CMenu
7.39CMetaFileDC
7.40CNotSupportedException
7.41CModalDilaog
7.42CObject
7.43CObList
7.44COleClientDoc
7.45COleClientltem
7.46COleDocument
7.47COleException
7.48COleServer
7.49COleServerDoc
7.50COleServerltem
7.51CPaintDC
7.52CPalette
7.53CPen
7.54CPoint
7.55CPreviewView
7.56CPrintDialog
7.57CRect
7.58CResourceException
7.59CRgn
7.60CScrollBar
7.61CScrollView
7.62CSize
7.63CSplitterWnd
7.64CStatic
7.65CStatusBar
7.66CToolBar
7.67CVBControl
7.68CView
7.69CWinApp
7.70CWindowDC
7.71CWnd
第一部分 通用Microsoft基础类
第一章 CObject类的通用功能
1.1在运行时识别类
1.2持久性概念
1.3诊断服务
1.3.1转储对象内容
1.3.2TRACE宏和ASSERT宏
第二章 通用Mocrosoft基础类说明
2.1MFC的基本数据类型
2.2对象集
2.3Microsoft基础类中的异常处理机制
2.3.1如何捕获异常
2.3.2如何确定异常的原因
2.3.3如何引发异常
2.3.4异常处理过程中的内务处理
2.4用于文件I/O的基础类
2.5诊断支持
第三章 全局变量、通用宏和全局函数
3.1全局变量
3.2通用宏
3.3全局函数
第四章 类参考
4.1CArchive
4.2CArchiveException
4.3CByteArray
4.4CDumpContext
4.5CDWordArray
4.6CException
4.7CFile
4.8CFileException
4.9CFi1eStatus
4.10CMapPtrToPtr
4.11CMapPtrToWord
4.12CMapStringToO b
4.13CMapstringToPtr
4.14CMapStringToString
4.15CMapWordToOb
4.16CMapWordToPtr
4.17CMemFile
4.18CMemoryException
4.19CMemoryState
4.20CNotSupportedException
4.21CObArray
4.22CObject
4.23CObList
4.24COleException
4.25CPtrArray
4.26CPtrList
4.27CResourceException
4.28CRuntimeClass
4.29CSharedFile
4.30CStdioFile
4.31CString
4.32CStringArray
4.33CStringList
4.34CTime
4.35CTimeSpan
4.36CUlntArray
4.37CUserException
4.38CWordArray
第二部分 用于Windows程序设计的MFC类
第五章Windows程序设计类简介
5.1应用程序类
5.2菜单
5.3Microsoft Windows 的窗口类型
5.3.l对话框
5.3.2图形设备接口的绘图工具
5.4设备环境类简介
5.5用于对象链接和嵌入(OLE)的类
5.6基本 Windows数据类型
第六章 用于Windows程序设计的宏和全局函数
6.1全局变量
6.2宏
6.3全局函数
第七章 用于设计windows程序的类参考
7.lCBitmap
7.2CBitmapButton
7.3CBrush
7.4CButton
7.5CClientDC
7.6CCmdTarget
7.7CCmdUl
7.8CColorDialog
7.9CComboBox
7.lOCControlBar
7.llCDataExchange
7.l2CDC
7.13CDialog
7.14CDialogBar
7.15CDocltem
7.16CDocTemplate
7.l7CDocument
7.18CDumpContext
7.19CEdit
7.20CEditView
7.21CException
7.22CFile
7.23CFileDialog
7.24CFileException
7.25CFindReplaceDialog
7.26CFont
7.27CFontDialog
7.28CFormView
7.29CFrameWnd
7.30CGdiObject
7.31CHEdit
7.32CListBox
7.33CMDlChildWnd
7.34CMDlFrameWnd
7.35CMemFile
7.36CMemoryException
7.37CMemoryState
7.38CMenu
7.39CMetaFileDC
7.40CNotSupportedException
7.41CModalDilaog
7.42CObject
7.43CObList
7.44COleClientDoc
7.45COleClientltem
7.46COleDocument
7.47COleException
7.48COleServer
7.49COleServerDoc
7.50COleServerltem
7.51CPaintDC
7.52CPalette
7.53CPen
7.54CPoint
7.55CPreviewView
7.56CPrintDialog
7.57CRect
7.58CResourceException
7.59CRgn
7.60CScrollBar
7.61CScrollView
7.62CSize
7.63CSplitterWnd
7.64CStatic
7.65CStatusBar
7.66CToolBar
7.67CVBControl
7.68CView
7.69CWinApp
7.70CWindowDC
7.71CWnd
猜您喜欢