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
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.