Before You Begin
Please follow the instructions in
this section to download the book's examples before you begin using this
book.
Downloading the C++ for Programmers Example Code
The examples for C++ for
Programmers can be downloaded as a ZIP archive file
from www.deitel.com/books/cppfp/. After you register and log in,
click the link for the examples under Download Code Examples and Other Premium Content for
Registered Users. Save the ZIP file to a
location that you'll remember. Extract the example files to your hard disk using
a ZIP file extractor program, such as WinZip (www.winzip.com).
Installing/Choosing a Compiler
If you have a computer running Windows XP
or Windows Vista, you can install Visual C++ Express (www.microsoft.com/express/vc/) to
edit, compile, execute, debug and modify your programs. Follow the on-screen
instructions to install Visual C++ Express. We recommend that you use the
default installation options and select the option to install the documentation
as well.
If your computer has Linux or
Mac OS X, then you probably already have the GNU C++ command-line compiler
installed. There are many other C++ compilers and IDEs. We provide links to
various free C++ development tools for Windows, Linux and Mac OS X platforms in
our C++ Resource Center at
www.deitel.com/cplusplus/
This Resource Center also links to
online tutorials that will help you get started with various C++ development
tools.
You are now ready to begin using C++ for Programmers. We hope
you enjoy the book! If you have any questions, please feel free to email us at
deitel@deitel.com. We'll
respond promptly.