lvi
An Overture to C Programmers
Relax and Enjoy Your Shoes
C++ is
the premier system programming language. Much of your C knowl-
edge will map directly into C++, but you’ll also learn many new concepts.
You can start gradually incorporating C++
into your C programs using
Super C. As you become competent in some of the deeper themes of C++,
you’ll find that writing modern C++ brings with it many substantial advan-
tages over C. You’ll be able to express ideas concisely in code, capitalize on
the impressive stdlib to work at
a higher level of abstraction, employ tem-
plates to improve runtime performance and code reuse, and lean on the
C++ object life cycle to manage resources.
I expect that the investment you’ll make learning C++
will yield vast
dividends. After reading this book, I think you’ll agree.