C++ Crash Course : A Fast-Paced Introduction (Paperback)

Lospinoso, Josh

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

商品描述

A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.

C++ is one of the most widely used languages for real-world software. Wherever performance matters, C++ is the de facto standard. It's the language behind operating systems, embedded devices, games, web browsers, and virtual reality systems. As a C++ developer, you can program efficient software on virtually any platform.

C++ Crash Course cuts through the weeds to get you straight to the core of C++17, the most modern revision of the ISO standard. In Part I, you'll learn about all of the essential core language features. Part II introduces you to the C++ Standard Library and Boost Libraries, where you'll learn about high-quality, fully-featured facilities immediately available to you.

You'll learn all the major features of modern C++, including:
- Fundamental types, reference types, and user-defined types
- The object lifecycle including storage duration, memory management, exceptions, call stacks, and the RAII (resource acquisition is initialization) paradigm
- Compile-time polymorphism with templates and run-time polymorphism with virtual classes
- Advanced expressions, statements, and functions
- Smart pointers, data structures, dates and times, numerics, and probability/statistics facilities
- Containers, iterators, strings, and algorithms
- Streams and files, concurrency, networking, and application development

商品描述(中文翻譯)

《C++快速入門》是一本針對有經驗的程式設計師所撰寫的現代C++全面介紹,內容豐富且節奏快速。閱讀完本書後,您將能熟練掌握核心語言概念、C++標準庫以及Boost庫。

C++是一種廣泛應用於實際軟體開發的語言。在任何性能要求高的場景中,C++都是事實上的標準。它是操作系統、嵌入式設備、遊戲、網頁瀏覽器和虛擬實境系統背後的語言。作為一名C++開發者,您可以在幾乎任何平台上編寫高效的軟體。

《C++快速入門》直接深入核心,介紹了C++17這個最新的ISO標準修訂。第一部分將介紹所有基本的核心語言特性。第二部分則介紹了C++標準庫和Boost庫,您將學習到高品質、功能完整的工具,可以立即應用於開發中。

本書將介紹現代C++的所有主要特性,包括:
- 基本類型、引用類型和用戶定義類型
- 物件生命週期,包括存儲期、內存管理、異常處理、呼叫堆疊以及RAII(資源取得即初始化)範式
- 使用模板實現的編譯時多態性和使用虛擬類實現的運行時多態性
- 進階的表達式、語句和函數
- 智能指針、資料結構、日期和時間、數值計算以及機率/統計工具
- 容器、迭代器、字串和算法
- 流和檔案、並行處理、網路和應用程式開發

作者簡介

Joshua Lospinoso, PhD is an entrepreneur who served 15 years in the US Army. As a cyber officer, Josh wrote dozens of infosec tools and taught C++ to junior developers. He has spoken at a wide range of conferences, published over twenty peer-reviewed articles, and holds a patent. In 2012, he co-founded a successfully acquired security company and is a Rhodes Scholar. He keeps a blog and is an active contributor to open-source software.

作者簡介(中文翻譯)

Joshua Lospinoso博士是一位企業家,曾在美國陸軍服役15年。作為一名網絡安全官員,Josh撰寫了數十個信息安全工具,並教授C++給初級開發人員。他曾在各種會議上發表演講,發表了二十多篇同行評審的文章,並擁有一項專利。2012年,他共同創辦了一家成功被收購的安全公司,並獲得了羅德學者獎學金。他經營著一個博客,並積極參與開源軟件的貢獻。