Introduction to Windows And Graphics Programming With Visual C++ .net
暫譯: Windows 與圖形程式設計導論:使用 Visual C++ .net
Roger W Mayne
- 出版商: World Scientific Pub
- 出版日期: 2005-08-30
- 售價: $4,280
- 貴賓價: 9.5 折 $4,066
- 語言: 英文
- 頁數: 338
- 裝訂: Hardcover
- ISBN: 9812564551
- ISBN-13: 9789812564559
-
相關分類:
.NET、C++ 程式語言、Visual C++
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
IBM PC 組合語言與程式設計 (IBM PC Assembly Language and Programming, 5/e)$580$458 -
私房教師 ASP 互動式網頁(上)數位學習系統$399$339 -
最新詳解 Javascript & HTML & CSS 語法辭典(增訂新版)$490$382 -
Crystal Reports XI 報表開發實戰演練$690$587 -
BD/HD/DVD 影碟創作現場─DVD 錄錄燒 6$300$237 -
Microsoft SQL Server 2005 管理實務$680$578 -
CSS、HTML、XHTML 精緻範例辭典$450$383 -
嵌入式設計及 Linux 驅動開發指南─基於 ARM9 處理器, 2/e$420$399 -
學會 ASP.NET 2.0 的關鍵課程$500$425 -
C/C++ 辭典─新編第三版$450$351 -
Ajax 實戰手冊 (Ajax in Action)$680$537 -
聖殿祭司的 ASP.NET 2.0 專家技術手冊─使用 C#$720$569 -
Flash 網頁設計與動畫製作$580$458 -
新 Excel VBA 與資料庫整合實務講座$480$374 -
新 Visual C++ 2005 學習講義$620$484 -
如何設計視窗介面的工具軟體-使用 BC++ 基礎篇$520$411 -
模神─3ds max 人體高級建模寶典$680$537 -
最新 JSP 與 Servlet 600 個活用範例大全, 2/e$620$484 -
ASP.NET AJAX 應用剖析立即上手$580$452 -
Introducing Microsoft ASP.NET AJAX$1,430$1,359 -
ASP.NET AJAX 經典範例 100─使用 VC#$750$593 -
JavaScript 大全 (JavaScript: The Definitive Guide, 5/e)$1,200$948 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
大躍進!Photoshop CS3 的即效見本$540$459 -
深入淺出 PMP (Head First PMP)$880$695
相關主題
商品描述
Description
This book provides an accessible approach to the study of Windows programming with Visual C++. It is intended to be an introduction to Visual C++ for technical people including practicing engineers, engineering students, and others who would like to understand Windows programming and use its inherent graphic capabilities. While the book is aimed at a technical audience, the mathematical content is modest and it should be readable by most people interested in C++ programming. It introduces readers to Windows programming in a natural way, making use of the object-oriented environment, the Microsoft Foundation Classes (MFC), and the document/view organization.
Over fifty example projects are included on a companion CD. These example projects are used in the books tutorial format initially by introducing Visual C++ programming and important C++ concepts. Then coverage of Windows programming begins with fundamental graphics operations including interactive drawing with mouse inputs. This is followed by program interaction through Windows tools for creating drop down menus, toolbar buttons, dialog windows, file input/output, output to printers, etc. Basic animation concepts are presented, using classes to develop, manipulate and display geometric shapes. Graphs are plotted as objects and the process of creating color contour plots is discussed.
After using this book and following its collection of example programs, readers should be well prepared to write interactive programs which integrate Windows functionality and graphics with their own C++ programming. The step-by-step structure of each example in the book is described thoroughly and only standard Microsoft resources for graphics are required. Exercises at the end of each chapter provide opportunities to revisit and extend the tutorial examples. The project folders on the CD include complete program code for all examples. Files are also provided that contain classes and functions for handling geometric objects and graphs and which may be easily adapted for a wide variety of application programs.
Table of Contents
Basic Concepts Arrays, Pointers and Structures Introducing Classes and Objects Beginning Windows Programming Basic Graphics Introducing Windows Tools More Adventures with Windows Tools Classes, Objects and Animation Classes for Graphs, Plotting and Calculations
商品描述(中文翻譯)
**描述**
本書提供了一種易於理解的方式來學習使用 Visual C++ 進行 Windows 程式設計。它旨在為技術人員,包括在職工程師、工程學生以及其他希望了解 Windows 程式設計並利用其內建圖形功能的人士,提供 Visual C++ 的入門介紹。雖然本書的目標讀者是技術性質的,但數學內容相對簡單,應該能夠被大多數對 C++ 程式設計感興趣的人所閱讀。它以自然的方式向讀者介紹 Windows 程式設計,利用物件導向環境、Microsoft Foundation Classes (MFC) 以及文檔/視圖組織。
隨書附帶的 CD 中包含超過五十個範例專案。這些範例專案最初用於書中的教學格式,介紹 Visual C++ 程式設計和重要的 C++ 概念。然後,Windows 程式設計的內容開始涵蓋基本的圖形操作,包括使用滑鼠輸入進行互動繪圖。接下來是通過 Windows 工具進行程式互動,創建下拉選單、工具列按鈕、對話框、檔案輸入/輸出、輸出到印表機等。基本的動畫概念也會被介紹,使用類別來開發、操作和顯示幾何形狀。圖形作為物件進行繪製,並討論創建彩色等高線圖的過程。
在使用本書並跟隨其範例程式的過程後,讀者應該能夠很好地準備編寫整合 Windows 功能和圖形的互動程式,並與自己的 C++ 程式設計相結合。本書中每個範例的逐步結構都有詳細描述,僅需標準的 Microsoft 圖形資源。每章結尾的練習題提供了重新訪問和擴展教學範例的機會。CD 上的專案資料夾包含所有範例的完整程式碼。還提供了包含處理幾何物件和圖形的類別和函數的檔案,這些檔案可以輕鬆地適應各種應用程式。
**目錄**
1. 基本概念
2. 陣列、指標和結構
3. 介紹類別和物件
4. 開始 Windows 程式設計
5. 基本圖形
6. 介紹 Windows 工具
7. 與 Windows 工具的更多冒險
8. 類別、物件和動畫
9. 圖形、繪圖和計算的類別
