C ++中的数据结构

问题描述:

我如何学习用c ++编写数据结构

how can i learn to write data structure in c++

获取有关C ++的书,并从头开始阅读.做所有的练习.

只要避免使用带有多个感叹号或标题中有在xxx天内"的书籍,任何C ++书籍都可以.

试图一次只看一点就学习一种编程语言(尤其是一种与C ++一样复杂的语言)是一种非常糟糕的方法-您会错过太多重要的知识.例如,您将学习如何编写数据结构.
Get a book on C++, and read it starting from the beginning. Do all the exercises.

Any C++ book should be fine as long as you avoid those with multiple exclamation marks or "in xxx days" in the title.

Trying to learn a programming language (especially one as complex as C++) by looking at one bit at a time randomly is a very bad way to do it - you will miss far too much that is important. For example, you would have learn how you can write a data structure.