Quantcast
Channel: West Point Grad News
Viewing all articles
Browse latest Browse all 2695

Dr. Lospinoso '09 Releases "C++ Crash Course"

$
0
0

Joshua Lospinoso, PhD has released C++ Crash Course. C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any programmer would be proud of.

Designed for intermediate to advanced programmers, 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. Part 1 covers the core of the C++ language, where you’ll learn about everything from types and functions, to the object life cycle and expressions. Part 2 introduces you to the C++ Standard Library and Boost Libraries, where you'll learn about all of the high-quality, fully-featured facilities available to you. You’ll cover special utility classes, data structures, and algorithms, and learn how to manipulate file systems and build high-performance programs that communicate over networks. Available at No Starch Press.


Viewing all articles
Browse latest Browse all 2695

Trending Articles