Some C++ references
- The Practice of Programming by Brian Kernighan and Rob Pike.
Addison-Wesley, 1999, ISBN 0-201-61586-X
Chapter 1 discusses programming style
- The C++ Programming Language, Special Edition by Bjarne Stroustroup
(He's the guy who invented the language)
Addison-Wesley, 2000, ISBN 0-201-70073-5
- C++ Primer, Third Edition by Stanely B. Lippman, Josee Lajoie
Addison-Wesley, 1998, ISBN 0-201-82470-1
An answer book is also available.
- C++ FAQs, Second Edition by Marshall Cline, Greg Lomow, Mike Girou
Addison-Wesley, 1999, ISBN 0-201-30983-1
- Effective C++ Second Edition by Scott Meyers
Addison-Wesley, ISBN 0-201-9248809
- More Effective C++ by Scott Meyers
Addison-Wesley, ISBN 0-201-63371-X
- Essential C++ by Stanley B. Lippman
Addison-Wesley, 2000, ISBN 0-201-48518-4
Teach Yourself C++ (3rd Edition) by Herbert Schildt
Osborne McGraw-Hill, 1997, ISBN: 0078823927
> 1997)
Dennis Frey