"《Visual C++ 2008入門經典》(Ivor Hortons Beginning Visual C++ 2008)(Ivor Horton)文字版[PDF]"介紹
中文名: Visual C++ 2008入門經典
原名: Ivor Horton's Beginning Visual C++ 2008
作者: Ivor Horton
資源格式: PDF
版本: 文字版
出版社: Wiley Publishing
書號: 9780470225905
發行時間: 2009年
地區: 美國
語言: 英文
簡介:
本書系編程語言先驅者Ivor Horton的經典之作,是C++編程方面最暢銷的圖書品種之一,不僅涵蓋了Visual C++ 2008編程知識,還全面介紹了標准C++語言和C++/CLI。本書延續了Ivor Horton講解編程語言的獨特方法,從中讀者可以學習Visual C++ 2008的基礎知識,了解如何使用MFC進行本地ISO/ANSI C++ Windows應用程序開發以及如何使用Windows Forms進行C++/CLI Windows應用程序開發,並全面掌握在MFC和Windows Forms中訪問數據源的技術。此外,本書各章後面的習題將有助於讀者溫故而知新,並盡快成為C++高效程序員。
本書學習目標
◆ 使用標准模板庫(STL)來組織和操作本地C++程序中的數據
◆ C++程序調試技術
◆ 構造Micro... (展開全部) 內容簡介:
本書系編程語言先驅者Ivor Horton的經典之作,是C++編程方面最暢銷的圖書品種之一,不僅涵蓋了Visual C++ 2008編程知識,還全面介紹了標准C++語言和C++/CLI。本書延續了Ivor Horton講解編程語言的獨特方法,從中讀者可以學習Visual C++ 2008的基礎知識,了解如何使用MFC進行本地ISO/ANSI C++ Windows應用程序開發以及如何使用Windows Forms進行C++/CLI Windows應用程序開發,並全面掌握在MFC和Windows Forms中訪問數據源的技術。此外,本書各章後面的習題將有助於讀者溫故而知新,並盡快成為C++高效程序員。
本書學習目標
◆ 使用標准模板庫(STL)來組織和操作本地C++程序中的數據
◆ C++程序調試技術
◆ 構造Microsoft Windows應用程序的技術以及每個應用程序的基本元素
◆ 創建和使用常用控件構建應用程序的圖形用戶界面
◆ 使用MFC開發庫
◆ 訪問數據源的不同控件、控件的工作方式以及定制控件的方法
本書讀者對象
本書適用於想學習如何為Windows操作系統編寫C++程序的初學者,學習本書內容無需任何編程基礎。
作者簡介 · · · · · ·
本書系編程語言先驅者Ivor Horton的經典之作,是C++編程方面最暢銷的圖書品種之一,不僅涵蓋了Visual C++ 2008編程知識,還全面介紹了標准C++語言和C++/CLI。本書延續了Ivor Horton講解編程語言的獨特方法,從中讀者可以學習Visual C++ 2008的基礎知識,了解如何使用MFC進行本地ISO/ANSI C++ Windows應用程序開發以及如何使用Windows Forms進行C++/CLI Windows應用程序開發,並全面掌握在MFC和Windows Forms中訪問數據源的技術。此外,本書各章後面的習題將有助於讀者溫故而知新,並盡快成為C++高效程序員。
本書學習目標
◆ 使用標准模板庫(STL)來組織和操作本地C++程序中的數據
◆ C++程序調試技術
◆ 構造Microsoft Windows應用程序的技術以及每個應用程序的基本元素
◆ 創建和使用常用控件構建應用程序的圖形用戶界面
◆ 使用MFC開發庫
◆ 訪問數據源的不同控件、控件的工作方式以及定制控件的方法
這本書以前有人發過,這次我發的是帶書簽的····足足寫了一天···
http://image163.poco.cn/mypoco/myphoto/20100629/23/4407734920100629230826080.jpg
目錄:
Introduction
Chapter1:Programming with Visual C++ 2008
Chapter 2: Data, Variables, and Calculations
Chapter 3: Decisions and Loops
Chapter 4: Arrays, Strings, and Pointers
Chapter 5: Introducing Structure into Your Programs
Chapter 6: More about Program Structure
Chapter 7: Defining Your Own Data Types
Chapter 8: More on Classes
Chapter 9: Class Inheritance and Virtual Functions
Chapter 10: The Standard Template Library
Chapter 11: Debugging Techniques
Chapter 12: Windows Programming Concepts
Chapter 13: Windows Programming with the Microsoft Foundation Classes
Chapter 14: Working with Menus and Toolbars
Chapter 15: Drawing in a Window
Chapter 16: Creating the Document and Improving the View
Chapter 17: Working with Dialogs and Controls
Chapter 18: Storing and Printing Documents
Chapter 19: Writing Your Own DLLs
Chapter 20: Connecting to Data Sources
Chapter 21: Updating Data Sources
Chapter 22: More on Windows Forms Applications
Chapter 23: Accessing Data Sources in a Windows Forms Application
Appendix A: C++ Keywords
Appendix B: ASCII Codes
Appendix C: Windows Message Types
Index