|
| |
Here are some suggested books
 | Effective C++ (Second Edition), Scott Meyers 1997, published by Addison
Wesley, ISBN 0-201-92488-9 - This is a great book that covers main of
the pitfalls of C++ class design and implementation. Scott Meyers uses a
no-nonsense approach that is educational and sometimes entertaining.
|
 | More Effective C++, Scott Meyers 1996, published by Addison Wesley, ISBN
0-201-63371-X - Scott Meyers continues to educate us with 35 more rules on how
to correctly implement C++ classes. This book focuses more on
optimization and efficiency techniques than his previous book.
|
 | |
|