Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xinetzone/cpp-book

Record the C++ learning road map.
https://github.com/xinetzone/cpp-book

cpp-book

Last synced: 16 days ago
JSON representation

Record the C++ learning road map.

Awesome Lists containing this project

README

        

# 动手学习 C++

[![GitHub issues](https://img.shields.io/github/issues/xinetzone/cpp-book)](https://github.com/xinetzone/cpp-book/issues) [![GitHub forks](https://img.shields.io/github/forks/xinetzone/cpp-book)](https://github.com/xinetzone/cpp-book/network) [![GitHub stars](https://img.shields.io/github/stars/xinetzone/cpp-book)](https://github.com/xinetzone/cpp-book/stargazers) [![GitHub license](https://img.shields.io/github/license/xinetzone/cpp-book)](https://github.com/xinetzone/cpp-book/blob/main/LICENSE) ![repo size](https://img.shields.io/github/repo-size/xinetzone/cpp-book.svg) [![contributors](https://img.shields.io/github/contributors/xinetzone/cpp-book.svg)](https://github.com/xinetzone/cpp-book/graphs/contributors) [![watcher](https://img.shields.io/github/watchers/xinetzone/cpp-book.svg)](https://github.com/xinetzone/cpp-book/watchers)

项目启动的详细步骤见如下网站和视频:

- [C++ 环境搭建](https://xinetzone.github.io/sphinx-demo/start/cpp.html)。
- [浅谈如何开始学习 C++](https://www.bilibili.com/video/BV1gu411S7ZK):关于学习 C++ 大部书的一些浅见。
- [零基础动手学习 C++ 课程启动方法_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1HF411B7tw):适合零编程基础的涉众,仅仅关注教程本身以及如何动手实操 C++ 代码即可。
- [启动 C++ 学习项目(参与版)](https://www.bilibili.com/video/BV1A44y177nk):适合想要共同开发这个项目的涉众。

跟着 C++ 之父 [Bjarne Stroustrup 学习 C++](https://www.stroustrup.com/index.html)。

可以将本项目视为 C++ 读书笔记。