logo
分类于: 人工智能 职场办公

简介

C++ Crash Course

C++ Crash Course 0.0分

资源最后更新于 2020-09-10 15:15:23

作者:Joshua Lospinoso

出版社:978-1593278885

出版日期:2019-01

ISBN:9781593278885

文件格式: pdf

标签: C++ 计算机科学 软件工程 计算机 程序设计 入门 C/C++

简介· · · · · ·

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 lea...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Part I: The C++ Core Language
Chapter 1: Up and Running (AVAILABLE NOW!)
Chapter 2: Types (AVAILABLE NOW!)
Chapter 3: Reference Types (AVAILABLE NOW!)
Chapter 4: The Object Life Cycle (AVAILABLE NOW!)
Chapter 5: Compile-Time Polymorphism (AVAILABLE NOW!)
Chapter 6: Run-Time Polymorphism (AVAILABLE NOW!)
Chapter 7: Expressions (AVAILABLE NOW!)
Chapter 8: Statements (AVAILABLE NOW!)
Chapter 9: Functions (AVAILABLE NOW!)
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