Mastering TM Visual C++ 6 🔍
Young, Michael J. San Francisco: Sybex, San Francisco, California, 1998
英语 [en] · PDF · 57.3MB · 1998 · 📗 未知类型的图书 · 🚀/duxiu/ia · Save
描述
At 1400 pages, Mastering Visual C++ 6 is the one-stop reference for programmers (beginners through experts) who want to learn Microsoft's powerful 32-bit Visual C++ development environment. The book's tutorial "framework" provides a complete introduction to Microsoft's Win 32 programming architecture that lets you quickly create lightning-fast, commercial applications for Microsoft's new Windows 98 and Windows NT platforms. Coverage includes new tools, "wizards," "studios," and Microsoft Foundation Classes (MFC), all illustrated by hundreds of practical real-world programming examples, hints, and tips. The CD includes all of the book's source code and executable programs and important SDKs and third party add-in software.
备选标题
Visual C++ 6: Mastering Visual C++ 6: Полн. рук.: В 2 т
备选标题
Mastering Visual C ++ [plus plus] 6
备选作者
Майкл Дж. Янг; Пер. с англ. под. ред. В. И. Пустоварова и Б. Г. Жадаева
备选作者
Michael J. Young
备选作者
Янг, Майкл Дж
备用出版商
John Wiley & Sons, Incorporated
备用出版商
Sybex, Incorporated
备用出版商
Ирина; BHV
备用版本
United States, United States of America
备用版本
Киев, Russia, 1999
备用版本
1998-08-01
备用版本
PS, 1998
元数据中的注释
Includes index.
元数据中的注释
topic: Microsoft Visual C++; C++ (Computer program language)
元数据中的注释
Type: 英文图书
元数据中的注释
Bookmarks:
1. (p1) Introduction
2. (p2) PART I Introduction to Microsoft Visual C++ 6
2.1. (p3) 1 Setting Up the Software
2.2. (p8) 2 Creating a Program Using the Microsoft Developer Studio
3. (p16) PART II Introduction to C++
3.1. (p17) 3 Moving to C++
3.1.1. (p18) Converting from C to C++
3.1.2. (p19) New Features of C++
3.1.3. (p20) Summary
3.2. (p21) 4 Defining C++ Classes
3.2.1. (p22) Defining a Class
3.2.2. (p23) Creating a Class Instance
3.2.3. (p24) Accessing Class Members
3.2.4. (p25) Encapsulation
3.2.5. (p26) Constructors and Destructors
3.2.6. (p27) Inline Member Functions
3.2.7. (p28) Organising the Source Files
3.2.8. (p29) The this Pointer
3.2.9. (p30) Static Class Members
3.2.10. (p31) Summary
3.3. (p32) 5 Deriving C++ Classes
3.3.1. (p33) Deriving Classes
3.3.2. (p34) Creating Hierarchies of Classes
3.3.3. (p35) Using Virtual Functions
3.3.4. (p36) Summary
3.4. (p37) 6 Overloading, Copying, and Converting
3.4.1. (p38) Overloading Operators
3.4.2. (p39) Using Copy and Conversion Constructors
3.4.3. (p40) Summary
3.5. (p41) 7 Using C++ Templates
3.5.1. (p42) Defining Function Templates
3.5.2. (p43) Defining Class Templates
3.5.3. (p44) Summary
3.6. (p45) 8 Handling Exceptions in C++
4. (p49) PART III Windows GUI Programming with the MFC Library
4.1. (p50) 9 Generating a Windows GUI Program
4.1.1. (p51) Programming for the Windows GUI
4.1.2. (p52) Creating and Building the Program
4.1.3. (p53) The Program Classes and Files
4.1.4. (p54) How the Program Works
4.1.5. (p55) Summary
4.2. (p56) 10 Implementing the View
4.2.1. (p57) The MiniDraw Program
4.2.2. (p58) The MiniEdit Program
4.2.3. (p59) Summary
4.3. (p60) 11 Implementing the Document
4.3.1. (p61) Storing the Graphic Data
4.3.2. (p62) Redrawing the Window
4.3.3. (p63) Adding Menu Commands
4.3.4. (p64) Deleting the Document Data
4.3.5. (p65) Implementing Menu Commands
4.3.6. (p66) The MiniDraw Source Code
4.3.7. (p67) Summary
4.4. (p68) 12 Storing Documents in Disk Files
4.4.1. (p69) Adding File I/O to MiniDraw
4.4.2. (p70) Adding file I/O to MineEdit
4.4.3. (p71) Summary
4.5. (p72) 13 Scrolling and Splitting Views
4.5.1. (p73) Adding Scrolling Capability
4.5.2. (p74) Adding Splitting Capability
4.5.3. (p75) Updating the Views
4.5.4. (p76) The MiniDraw Source Code
4.5.5. (p77) Summary
4.6. (p78) 14 Including Docking Toolbars and Status Bars
4.6.1. (p79) Adding a Docking Toolbar and a Status Bar to a New Program
4.6.2. (p80) Adding a Docking Toolbar to MiniDraw
4.6.3. (p81) Adding a Status Bar to MiniDraw
4.6.4. (p82) The MiniDraw Source Code
4.6.5. (p83) Summary
4.7. (p84) 15 Creating Custom Dialog Boxes
4.7.1. (p85) Creating a Modal Dialog Box
4.7.2. (p86) Creating a Modeless Dialog Box
4.7.3. (p87) Creating a Tabbed Dialog Box
4.7.4. (p88) Common Dialog Boxes
4.7.5. (p89) Summary
4.8. (p90) 16 Writing Dialog-Based Applications
4.8.1. (p91) Creating a Simple Dialog-Based Program
4.8.2. (p92) Creating a Form-View Program
4.8.3. (p93) Summary
4.9. (p94) 17 Writing Multiple Document Applications
4.9.1. (p95) The Multiple Document Interface
4.9.2. (p96) Generating the Program
4.9.3. (p97) Customizing the Resources
4.9.4. (p98) The MiniEdit Source Code
4.9.5. (p99) Summary
4.10. (p100) 18 Performing Character I/O
4.11. (p107) 19 Using Drawing Functions
4.12. (p114) 20 Using Bitmaps and Bit Operations
4.13. (p120) 21 Printing and Print Previewing
4.14. (p125) 22 Using Multiple Threads
4.15. (p130) 23 Communicating Among Processes
4.16. (p137) 24 Using OLE
4.17. (p142) 25 Creating and Using ActiveX Controls
5. (p146) Index
元数据中的注释
theme: Microsoft Visual C++; C++ (Computer program language)
元数据中的注释
На обл. в надзаг.: В комплекте с CD-ROM
На обл. в подзаг.: Использование Microsoft Developer Studio. Определение и наследование кл. C ++. Работа с шаблонами, упр. исключениями. Создание пользовательского интерфейса и диалоговых окон. Использование функций рисования и графики. Работа с несколькими потоками и процессами. OLE и элементы ActiveX
Доп. тит. л. изд.: San Francisco, 1998, англ.
Указ.
元数据中的注释
Russian State Library [rgb] MARC:
=001 000846088
=003 RuMoRGB
=005 20000124120000.0
=008 991222s1999\\\\ru\||||\|\\\\\|01\u\rus\d
=020 \\ $a 0-7821-2273-6
=020 \\ $a 966-552-021-0
=020 \\ $a 5-7315-0059-2
=035 \\ $a (RuMoRGB)KNO-0079036
=040 \\ $a RuMoRGB $b rus $c RuMoRGB
=041 0\ $a rus
=084 \\ $a З973.26-018.3,0 $2 rubbk
=100 1\ $a Янг, Майкл Дж.
=245 00 $a Visual C++ 6 = $b Mastering Visual C++ 6 : Полн. рук. : В 2 т. $c Майкл Дж. Янг; Пер. с англ. под. ред. В. И. Пустоварова и Б. Г. Жадаева
=246 21 $a Mastering Visual C++ 6
=260 \\ $a Киев $b Ирина $b BHV $c 1999
=300 \\ $c 24 см
=500 \\ $a На обл. в надзаг.: В комплекте с CD-ROM
=500 \\ $a На обл. в подзаг.: Использование Microsoft Developer Studio. Определение и наследование кл. C ++. Работа с шаблонами, упр. исключениями. Создание пользовательского интерфейса и диалоговых окон. Использование функций рисования и графики. Работа с несколькими потоками и процессами. OLE и элементы ActiveX
=500 \\ $a Доп. тит. л. изд.: San Francisco, 1998, англ.
=555 \\ $a Указ.
=650 \7 $a Персональные компьютеры -- Графическое программирование $2 rubbk
=653 \\ $a Visual C++6 $a библиотека базовых классов MFC
备用描述
Mastering Visual C++ 6 is a comprehensive guide to the latest version of Visual C++ and the Microsoft Foundation Classes (MFC), the tools of preference for Windows programmers everywhere. Inside, you'll profit from the expertise of a seasoned C++ teacher. Clear, practical explanations of key concepts and techniques show you the path to building bullet-proof 32-bit applications. In-depth exploration of the Visual C++ environment puts you in control and lets you use the language's powerful new set of tools
备用描述
A one-stop reference for C++ programmers (beginners through experts) who want to learn Microsoft's powerful 32-bit Visual C++ X development environment. The book's tutorial "framework" provides a complete introduction to Win32 programming architecture (MFC, COM, etc.).
备用描述
This text provides an introduction to Microsoft's Win 32 programming architecture. It aims to allow the programmer to create commercial applications for Windows 98 and Window NT 5 platforms. The CD-ROM includes source code, executable programs and SDKs.
开源日期
2023-06-28
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️
如果您在本月捐款,您将获得双倍的快速下载次数。

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:JDownloader
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。