C++ Primer Plus 5th Edition
(häftad)av Stephen Prata
- Format:
- Häftad (paperback)
- Utgiven:
- 2004-12-01
- Språk:
- Engelska
If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. With the help of this book, you will:
- Learn C++ programming from the ground up.
- Learn through real-world, hands-on examples.
- Experiment with concepts, including classes, inheritance, templates and exceptions.
- Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.
C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.
(Computer Bookshops Limited)
Fler böcker av Stephen Prata
C Primer Plus 5th EditionStephen Prata (häftad) |
C++ Primer Plus 6th EditionStephen Prata (häftad) | |
|
367:- Köp
|
331:- Köp
|
Kundrecensioner
Bloggat om C++ Primer Plus 5th Edition
Övrig information
Stephen Prata teaches astronomy, physics, and computer science at the College of Marin in Kentfield, California. He received his B.S. from the California Institute of Technology and his Ph.D. from the University of California, Berkeley. Stephen has authored or coauthored more than a dozen books for The Waite Group. He wrote The Waite Group's New C Primer Plus, which received the Computer Press Association's 1990 Best How-to Computer Book Award, and The Waite Group's C++ Primer Plus, nominated for the Computer Press Association's Best How-to Computer Book Award in 1991.
(Computer Bookshops Limited)
Innehållsförteckning
Introduction.
1. Getting Started.
Learning C++: What Lies Before You.
The Origins of C++: A Little History.
The C Language.
C Programming Philosophy.
The C++ Shift: Object-Oriented Programming.
C++ and Generic Programming.
The Genesis of C++.
Portability and Standards.
The Mechanics of Creating a Program.
Creating the Source Code File.
Compilation and Linking.
Summary.
2. Setting Out to C++.
C++ Initiation.
The main() Function.
C++ Comments.
The C++ Preprocessor and the iostream File.
Header Filenames.
Namespaces.
C++ Output with cout.
C++ Source Code Formatting.
C++ Statements.
Declaration Statements and Variables.
Assignment Statements.
A New Trick for cout.
More C++ Statements.
Using cin.
Concatenating with cout.
cin and cout: A Touch of Class.
Functions.
Using a Function That Has a Return Value.
Function Variations.
User-Defined Functions.
Using a User-Defined Function That Has a Return Value.
Placing the using Directive in Multifunction Programs.
Summary.
Review Questions.
Programming Exercises.
3. Dealing with Data.
Simple Variables.
Names for Variables.
Integer Types.
The short, int, and long Integer Types.
Unsigned Types.
Choosing an Integer Type.
Integer Constants.
How C++ Decides What Type a Constant Is.
The char Type: Characters and Small Integers.
The bool Type.
&nb...
(Computer Bookshops Limited)