If you have a friend that you would
like to recommend this page to, or if you just want to send yourself
a reminder, here is the easy way to do it!
Simply fill in the e-mail address of the person(s)
you wish to tell about
thinking in C++ , your name and e-mail address (so they do not think it is spam and
can reply to you directly with gracious thanks), and click the SEND
button.
If you want to, you can also enter a message that will
be included on the e-mail.
After sending the e-mail, you will be transported back
to the page you recommended!
Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using today's Standard C++, but without getting bogged down in excessive detail.