C++ Crash Course: A Fast-Paced Introduction
Lospinoso, Josh
- 出版商: No Starch Press
- 出版日期: 2019-09-24
- 定價: $1,920
- 售價: 9.0 折 $1,728
- 語言: 英文
- 頁數: 524
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1593278888
- ISBN-13: 9781593278885
-
相關分類:
C++ 程式語言
-
相關翻譯:
C++ 程式設計的樂趣|範例實作與專題研究的程式設計課 (C++ Crash Course: A Fast-Paced Introduction) (繁中版)
立即出貨(限量) (庫存=5)
買這商品的人也買了...
-
$1,190Managing Projects with GNU make, 3/e (Paperback)
-
$1,089An Introduction to Design Patterns in C++ with Qt 4
-
$4,910$4,665 -
$1,680An Introduction to Statistical Learning: With Applications in R (Hardcover)
-
$2,140$2,033 -
$176數學之美, 2/e
-
$770$732 -
$2,700$2,565 -
$1,650$1,568 -
$1,280$1,011 -
$441人工智能與大數據技術導論
-
$480$432 -
$420$378 -
$1,180$1,156 -
$806細說 PHP, 4/e
-
$1,485Effective Python: 90 Specific Ways to Write Better Python, 2/e
-
$403Selenium3 + Python3 自動化測試項目實戰:從菜鳥到高手
-
$1,300$1,235 -
$480$379 -
$1,881$1,782 -
$950$903 -
$500$395 -
$1,200$948 -
$599$473 -
$1,950$1,853
商品描述
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
作者簡介
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.