A Tour of C++ (Paperback)
            
暫譯: C++ 之旅 (平裝本)
        
        Bjarne Stroustrup
- 出版商: Addison Wesley
- 出版日期: 2013-10-03
- 售價: $1,430
- 貴賓價: 9.5 折 $1,359
- 語言: 英文
- 頁數: 192
- 裝訂: Paperback
- ISBN: 0321958314
- ISBN-13: 9780321958310
- 
    相關分類:
    
      C++ 程式語言
 
- 
    其他版本:
    
      A Tour of C++, 2/e (Paperback)
 
買這商品的人也買了...
- 
                
                   $1,805Test-Driven Development: By Example (Paperback) $1,805Test-Driven Development: By Example (Paperback)
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   Effective C++ : 55 Specific Ways to Improve Your Programs and Designs, 3/e (Paperback) Effective C++ : 55 Specific Ways to Improve Your Programs and Designs, 3/e (Paperback)$2,180$2,136
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e) Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450
- 
                
                   Python Essential Reference, 4/e (Paperback) Python Essential Reference, 4/e (Paperback)$1,900$1,805
- 
                
                   Excel 2010 商學應用實作 Excel 2010 商學應用實作$480$379
- 
                
                   Java 7 教學手冊, 5/e Java 7 教學手冊, 5/e$650$553
- 
                
                   C++ Primer, 5/e (Paperback) C++ Primer, 5/e (Paperback)$2,580$2,451
- 
                
                   The C Programming Language, 2/e (IE-Paprback) The C Programming Language, 2/e (IE-Paprback)$1,800$1,764
- 
                
                   Hadoop 技術手冊, 3/e (Hadoop: The Definitive Guide, 3/e) Hadoop 技術手冊, 3/e (Hadoop: The Definitive Guide, 3/e)$880$695
- 
                
                   超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板) 超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961
- 
                
                   The C++ Programming Language, 4/e (Paperback) The C++ Programming Language, 4/e (Paperback)$3,150$2,993
- 
                
                   $2,052Python Cookbook, 3/e (Paperback) $2,052Python Cookbook, 3/e (Paperback)
- 
                
                   Java 程式設計導論(第九版) (Introduction to Java Programming : Comprehensive Version, 9/e) Java 程式設計導論(第九版) (Introduction to Java Programming : Comprehensive Version, 9/e)$680$537
- 
                
                   The C++ Programming Language, 4/e (Hardcover) The C++ Programming Language, 4/e (Hardcover)$3,300$3,234
- 
                
                   透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers) 透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers)$480$379
- 
                
                   Programming: Principles and Practice Using C++, 2/e (Paperback) Programming: Principles and Practice Using C++, 2/e (Paperback)$2,850$2,708
- 
                
                   改變世界的九大演算法 : 讓今日電腦無所不能的最強概念 (Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today’s Computers) 改變世界的九大演算法 : 讓今日電腦無所不能的最強概念 (Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today’s Computers)$360$284
- 
                
                   Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 (Paperback) Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 (Paperback)$2,100$1,995
- 
                
                   Fluent Python (Paperback) Fluent Python (Paperback)$2,080$1,976
- 
                
                   圖解密碼學與比特幣原理 圖解密碼學與比特幣原理$580$458
- 
                
                   穿梭虛擬與現實 -- Unity 3D 擴增實境AR速戰技 (附範例/近220分鐘影音教學) 穿梭虛擬與現實 -- Unity 3D 擴增實境AR速戰技 (附範例/近220分鐘影音教學)$550$435
- 
                
                   為你自己學 Git 為你自己學 Git$500$425
- 
                
                   灰帽 C# | 建立自動化安全工具的駭客手冊 (Gray Hat C#: A Hacker's Guide to Creating and Automating Security Tools) 灰帽 C# | 建立自動化安全工具的駭客手冊 (Gray Hat C#: A Hacker's Guide to Creating and Automating Security Tools)$450$383
商品描述
The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition.
In A Tour of C++ , Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer–in just a few hours–a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components–not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started.
Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11.
This guide does not aim to teach you how to program (see Stroustrup’s Programming: Principles and Practice Using C++ for that); nor will it be the only resource you’ll need for C++ mastery (see Stroustrup’s The C++ Programming Language, Fourth Edition, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can’t find a shorter or simpler introduction than this tour provides.
商品描述(中文翻譯)
C++11 標準允許程式設計師以更清晰、簡單和直接的方式表達想法,並撰寫更快速、更有效率的程式碼。C++ 的設計者及原始實作人 Bjarne Stroustrup 在他的權威參考書《The C++ Programming Language, Fourth Edition》中詳細介紹了這種語言及其使用。
在《A Tour of C++》中,Stroustrup 摘錄了該完整參考書的概述章節,並擴展和增強這些內容,以便讓有經驗的程式設計師在短短幾小時內清楚了解現代 C++ 的構成。在這本簡明且獨立的指南中,Stroustrup 涵蓋了大多數主要語言特性和主要標準庫組件——當然不會深入探討,但足以讓程式設計師對語言有一個有意義的概覽,提供一些關鍵範例,以及在入門時的實用幫助。
Stroustrup 在支援的程式設計風格的背景下介紹 C++ 特性,例如物件導向程式設計和泛型程式設計。他的導覽相當全面。內容從基礎開始,然後廣泛涵蓋更高級的主題,包括許多 C++11 中的新特性,如移動語義、統一初始化、lambda 表達式、改進的容器、隨機數和並發性。導覽最後討論了 C++ 的設計與演變,以及為 C++11 添加的擴展。
這本指南並不旨在教你如何編程(請參見 Stroustrup 的《Programming: Principles and Practice Using C++》);也不會是你掌握 C++ 所需的唯一資源(請參見 Stroustrup 的《The C++ Programming Language, Fourth Edition》)。然而,如果你是一位希望更熟悉當前 C++ 語言的 C 或 C++ 程式設計師,或是一位希望準確了解現代 C++ 的性質和優勢的其他語言程式設計師,你不會找到比這本導覽更簡短或更簡單的介紹。

 
     
    
 
     
    
 
    
 
    
 
    