Murach's C++ 2008 (Paperback)
暫譯: Murach's C++ 2008 (平裝本)
Prentiss Knowlton
- 出版商: Mike Murach
- 出版日期: 2009-10-01
- 售價: $1,680
- 貴賓價: 9.5 折 $1,596
- 語言: 英文
- 頁數: 574
- 裝訂: Paperback
- ISBN: 1890774545
- ISBN-13: 9781890774547
-
相關分類:
C++ 程式語言
已過版
買這商品的人也買了...
-
$650$514 -
$490$417 -
$530$419 -
$650$553 -
$520$411 -
$820$648 -
$620$484 -
$890$757 -
$750$593 -
$660$521 -
$650$514 -
$520$406 -
$420$332 -
$620$484 -
$880$695 -
$980$833 -
$790$672 -
$580$199 -
$980$774 -
$380$190 -
$420$332 -
$580$458 -
$490$382 -
$680$530 -
$580$493
商品描述
- Java developer who wants to learn Visual C++
- C# or Visual Basic developer who wants to master another .NET language
- C++ developer who wants to move into .NET
- new programmer starting from scratch
- create bulletproof applications like a professional
- develop object-oriented applications using business classes, inheritance, polymorphism, interfaces, and generics
- compile, run, and enhance legacy C and native C++ code on the .NET platform
- learn more about native C++ (if you should ever need to do that)
- have another set of skills to make you more valuable on the job
What makes this book so effective? Here are several things it does that other C++ books don't do:
#1: The OOP section deals with business objects, not cats and dogs
Object-oriented programming is the basis for C++ and C#. But while other books try to explain it using whimsical examples (like mammals or cars), this book explains it in terms of true business objects, like customers, invoices, and products. So right from the start, you'll see how OOP is applied in the real world.
#2: Complete applications show how all the pieces interact
The key to mastering C++ development is to have plenty of real-world examples that show you how the features you're learning interact...and that help you avoid the problems that you can run into as you build complex applications. That's why this book gives you complete applications for everyday business functions (these can be downloaded for free from the Murach website).
#3: The paired-pages format lets you set your own pace
Murach books have a distinctive format, where each two-page spread presents a single topic. You can read every page if you're new to the subject...skim or skip material you already know...quickly pinpoint the reference details you need when you're on the job...use the book however it works best for you. To see how this works, you can look at some pages in "Look Inside" above or download sample chapters for free from the Murach website.
#4: The last chapter shows how to work with legacy C and native C++ code
One thing you won't find in any other C++ book: The last chapter shows you how legacy C and native C++ code that's 10, 20, even 30 years old, will run unchanged on the .NET platform. That means you can port legacy applications to the .NET platform or use tested and proven code to create new .NET applications.
#5: The approach in this book has been proven to work!
Since C++ now parallels C#, Pren aligned the content and organization of Murach's C++ 2008 with the best-selling Murach's C# 2008. That means you can take advantage of an approach that's been proven effective for thousands of developers in the last 5 years. It means that readers already familiar with the C# book can learn C++ in record time. And it means that if you page through the books side-by-side, you can gain a synergistic understanding of both languages.
商品描述(中文翻譯)
最後,這是一本由 Dr. Prentiss Knowlton 所著的優秀 Visual C++ 訓練與參考書籍,他自 C++ 啟始以來便是 C++ 的講師。本書幫助您快速且輕鬆地掌握 C++ 2008,利用 Visual Studio 的所有省時省力的功能。無論您是:
- 想學習 Visual C++ 的 Java 開發者
- 想掌握另一種 .NET 語言的 C# 或 Visual Basic 開發者
- 想轉向 .NET 的 C++ 開發者
- 從零開始的新程式設計師
Murach's C++ 2008 將教您如何:
- 像專業人士一樣創建防錯應用程式
- 使用商業類別、繼承、多型、介面和泛型開發物件導向應用程式
- 在 .NET 平台上編譯、運行和增強遺留 C 和原生 C++ 代碼
- 了解更多關於原生 C++ 的知識(如果您需要的話)
- 擁有另一套技能,使您在工作中更具價值
為了確保掌握,本書提供了 12 個完整的真實世界應用程式,展示最佳的程式設計實踐。而且,所有資訊都以獨特的 Murach “配對頁面” 風格呈現,允許自我進度的訓練和參考,就像 Murach 的暢銷 C# 書籍一樣。
這本書為什麼如此有效?以下是幾個它所做的其他 C++ 書籍所沒有的事情:
#1: OOP 部分處理商業物件,而不是貓和狗
物件導向程式設計是 C++ 和 C# 的基礎。但其他書籍試圖用奇特的例子(如哺乳動物或汽車)來解釋,而本書則用真實的商業物件,如客戶、發票和產品來解釋。因此,從一開始,您就會看到 OOP 如何在現實世界中應用。
#2: 完整的應用程式展示所有組件如何互動
掌握 C++ 開發的關鍵在於擁有大量的真實世界範例,展示您所學的功能如何互動……並幫助您避免在構建複雜應用程式時可能遇到的問題。這就是為什麼本書提供了日常商業功能的完整應用程式(這些可以從 Murach 網站免費下載)。
#3: 配對頁面格式讓您自行設定進度
Murach 書籍有一種獨特的格式,每兩頁展示一個主題。如果您對該主題不熟悉,可以閱讀每一頁……略讀或跳過您已經知道的內容……在工作時快速找到所需的參考細節……根據最適合您的方式使用本書。要了解這是如何運作的,您可以查看上面的“內部查看”中的一些頁面,或從 Murach 網站免費下載樣章。
#4: 最後一章展示如何處理遺留 C 和原生 C++ 代碼
您在其他 C++ 書籍中找不到的一件事:最後一章告訴您,10 年、20 年甚至 30 年的遺留 C 和原生 C++ 代碼將在 .NET 平台上無需更改地運行。這意味著您可以將遺留應用程式移植到 .NET 平台,或使用經過測試和驗證的代碼來創建新的 .NET 應用程式。
#5: 本書的方法已被證明有效!
由於 C++ 現在與 C# 平行,Pren 將 Murach's C++ 2008 的內容和組織與暢銷的 Murach's C# 2008 對齊。這意味著您可以利用過去 5 年來對數千名開發者有效的方法。這意味著已經熟悉 C# 書籍的讀者可以在創紀錄的時間內學習 C++。而且這意味著如果您並排翻閱這些書籍,您可以獲得對兩種語言的協同理解。