"C ++ Primer Chinese version (5th edition)," the study notes and exercises full release!

Click on the top " AI proper way ", select the "star" Public No.

Heavy dry goods, the first time served

Python is now increasingly popular, mostly in artificial intelligence learning Python-based learning. However, C ++ still can not shake the leading programming language, its importance is self-evident.

Especially when reading some of the underlying research and deep learning framework, it is necessary to understand C ++. More commonly, for example, before I do some of CV package items, use yolov3 models, such as the darknet, as well as the use of some OpenCV algorithms, and algorithms taking into account the practical running speed, it will use C ++ to write programs.

"C ++ Primer Chinese version (5th edition)" is a prestigious classic C ++ tutorials, its author is a C ++ guru Stanley B. Lippman and Josée Lajoie. The book has helped countless programmers worldwide have learned C ++.

Today recommended a "C ++ Primer Chinese version (Version 5)" high-quality resources, it contains detailed notes and exercises parsing the book. The author is Javen_ Chenjun Wen.

project address:

https://github.com/applenob/Cpp_Primer_Practice

First of all, the project attached a directory in the book "C ++ Primer (5th Edition)" pdf document original English book, co-readers to download.

Programming environment:

  • System Requirements: ubuntu 16.04

  • IDE: VS Code

  • Compiler: g ++

In fact, the use of ubuntu is not necessary, many people are still using Windows or Mac, you can install the appropriate IDE like, here recommend VS Code. What compiler are integrated in the IDE fortunately.

table of Contents:

The whole project directory with the original Chinese version of the book is the same, covering the specific content of each chapter. Each chapter is divided into two parts, notes and exercises.

notes:

下面我们来看一下笔记的具体内容。以第 6 章为例,从笔记上看,详解了函数基础、局部对象、函数声明、参数传递、传值参数、传引用参数等概念。

对一些重要知识点,笔记海提供了表格总结或示例代码 demo:

练习:

下面我们来看一下练习的具体内容该部分包含了原书中每章的练习题,包括问答题和编程题。

仍以第 6 章为例,总共 56 道练习题都有完整的解释和完整代码:

源代码:

该项目包含的所有练习题的源代码程序作者都打包整合在 cpp_source 目录中。

目前还没更新完,作者已经更新到了第 17 章,还有后面两章内容没有。后续作者会持续更新~

最后,再放上这份资源的地址:

https://github.com/applenob/Cpp_Primer_Practice


推荐阅读

(点击标题可跳转阅读)

干货 | 公众号历史文章精选

我的深度学习入门路线

我的机器学习入门路线图

 

麻烦给个在看 

发布了251 篇原创文章 · 获赞 1024 · 访问量 137万+

Guess you like

Origin blog.csdn.net/red_stone1/article/details/104306036