Which Books are Good from the list?

Hi folks,
I am new to this forum and also have just started learning c++ programming. i have a collection of many books about c++.
Can you people tell me which ones are good and in which sequence should i read them.

Thanks in advance.

CODE by Charles Petzold
Programming Pearls by Jon Bentley
Teach yourself c++ in 21 days by Jesse Liberty
Effective C++ by Scott Meyers
More Effective C++ by Scott Meyers
The C++ Programming Language by Bjarne Stroustrup
Windows via c/c++ by Jeffrey Richter
I do not see the book CODE by Petzzold, but all others I know.

This book
Windows via c/c++ by Jeffrey Richter
is not about C/C++.

This book

Programming Pearls by Jon Bentley

is not for beginners and in fact not about C/C++. It could be said that it is about general code writing as for example algorithms writing

I would advice the book of Liberty. It is a book for beginners,

The books of Meyers is for programmers that already know C++..

Last edited on
The Meyers books target someone who has just learned C++, such as a recent graduate or entry-level engineer. They should be the first read after learning most of the syntax.
Topic archived. No new replies allowed.