Data Structures and The Standard Template Library (Data Structure & STL), William J.Collins
Mechanical Industry Press
I see English. It seems that there is no Chinese version.
This book introduces STLF packages such as Vector, Listd as in the order below. SGI STL is standard
Introduction -> Interface Introduction -> Comparison -> Simple Main () Example -> Implement -> A complex example, such as large numbers, line editor, etc. -> exercises
I think the best way to learn programming is after having a certain basis, in addition to writing procedures, find a difficult moderate example to analyze its structure and implementation. This book is in line with my idea. So I like it.
But there is a mistake. For example, the implementation of Operator of large plum plus. Later, I saw Prefix. It turned out that many examples were doing graduate students, but they didn't cover up.