Introduction to Windows And Graphics Programming With Visual C++ .net
暫譯: Windows 與圖形程式設計導論:使用 Visual C++ .net

Roger W Mayne

  • 出版商: World Scientific Pub
  • 出版日期: 2005-08-30
  • 售價: $4,570
  • 貴賓價: 9.5$4,342
  • 語言: 英文
  • 頁數: 338
  • 裝訂: Hardcover
  • ISBN: 9812564551
  • ISBN-13: 9789812564559
  • 相關分類: .NETC++ 程式語言Visual C++
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

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. 圖形、繪圖和計算的類別