Skip to Main Content (Press Enter)
C++ Crash Course by Josh Lospinoso
Add C++ Crash Course to bookshelf
Add to Bookshelf

C++ Crash Course

Best Seller
C++ Crash Course by Josh Lospinoso
Paperback $59.95
Sep 24, 2019 | ISBN 9781593278885

Buy from Other Retailers:

See All Formats (1) +
  • $59.95

    Sep 24, 2019 | ISBN 9781593278885

    Buy from Other Retailers:

  • Sep 24, 2019 | ISBN 9781593278892

    Buy from Other Retailers:

Product Details

Praise

“This is a comprehensive book, both in size (over 700 pages, taking 5 months to review) and breadth of coverage . . . All in all, highly recommended.”
—ACCU

“I can highly recommend this book to anyone who already has programming experience (in another language) and wants to dive straight into modern C++.”
—Arjan van Eersel, @ArjanvanEersel, CTO of Plandail Limited

Table Of Contents

Introduction
An Overture to C Programmers

Part I: The C++ Core Language
Chapter 1: Up and Running
Chapter 2: Types
Chapter 3: Reference Types
Chapter 4: The Object Life Cycle
Chapter 5: Run-Time Polymorphism
Chapter 6: Compile-Time Polymorphism
Chapter 7: Expressions
Chapter 8: Statements
Chapter 9: Functions

Part II: C++ Libraries and Frameworks
Chapter 10: Testing
Chapter 11: Smart Pointers
Chapter 12: Utilities
Chapter 13: Containers
Chapter 14: Iterators
Chapter 15: Strings
Chapter 16: Streams
Chapter 17: Filesystems
Chapter 18: Algorithms
Chapter 19: Concurrency and Parallelism
Chapter 20: Network Programming with Boost Asio
Chapter 21: Writing Applications

Looking for More Great Reads?
21 Books You’ve Been Meaning to Read
Back to Top