New User!
C++ For Dummies
By: Stephen Randy DaviseBook Publisher: John Wiley & Sons
Imprint: For Dummies
Format: ePub Encrypted (DRM)
Earn $0.50 - Write a Review »
Enter the world of computer programming with this step-by-step guide to the C++ language! C++ is a great introduction to object-oriented programming, and this friendly guide covers everything you need to know and nothing you don’t. You’ll write your first program by the end of Chapter 1.
C++ For Dummies, 6th Edition , helps you understand C++ programming from the ground up. It’s full of examples to show you how things work, and it even explains “why”, so you understand how the pieces fit together. And the bonus CD includes a special code editor, an update GNU compiler, and all source code from the book to save you time. Learn programming lingo and what terms like object-oriented, compiler, and executable mean, so you can write a program right away See how to bundle sections of your code into modules that can be reused in different programs Work with features of object-oriented programming such as classes, constructors, and destructors Discover how the concept of inheritance is the key to effective C++ programming Work with assignment operators, stream I/O, and other more advanced concepts, once you’ve grasped the basics
You’ll discover ten ways to avoid adding bugs to your programs, what pointers are and how to use them, how to work with strings, and some advanced features new to C++. C++ For Dummies, 6th Edition gets you up and running with this popular object-oriented language.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
See more like this in our Computers eBooks section
Share your thoughts on the C++ For Dummies Computers eBook with others!
| Title of Computers eBook: C++ For Dummies | |
| Release Date: 04-20-2009 | |
| Publisher: For Dummies | Store Sales Rank: 6327 |
This eBook download is available in the following formats:
| Parent title | C++ For Dummies |
|---|---|
| Encrypted (DRM) | Yes |
| SKU | 9780764573941 |
| File size | 3023 |
| Security | n/a |
| Printing | Not allowed |
| Copying | Not allowed |
| Read aloud | No Sys requirements Download reader |
| Devices | Samsung Tablet, Apple Ipad & Iphone, Barnes & Noble Nook, Kobo eReader, Aluratek Libre, Iliad, Nokia, Blackberry, Hanlin |
| Note | Excellent navigation features are available via Adobe such as bookmarks and a quick access table of contents. Text search is easily accessible. An Adobe DRM-protected file is different than a pdf file in that it uses Adobe DRM (Digital Rights Management) technology, which authors and publishers use to protect their content from illegal online distribution and to set certain privileges such as restrictions on copying and printing. |
C++ For Dummies
Chapter One
Writing Your First C++ Program
In This Chapter
* Finding out about C++
* Installing Dev-CPP from the accompanying CD-ROM
* Creating your first C++ program
* Executing your program
Okay, so here we are: No one here but just you and me. Nothing left to do but get started. Might as well lay out a few fundamental concepts.
A computer is an amazingly fast but incredibly stupid machine. A computer can do anything you tell it (within reason), but it does exactly what it's told - nothing more and nothing less.
Perhaps unfortunately for us, computers don't understand any reasonable human language - they don't speak English either. Okay, I know what you're going to say: "I've seen computers that could understand English." What you really saw was a computer executing a program that could meaningfully understand English. (I'm still a little unclear on this computer-understanding-language concept, but then I don't know that my son understands my advice, either, so I'll let it slide.)
Computers understand a language variously known as computer language or machine language. It's possible but extremely difficult for humans to speak machine language. Therefore, computers and humans have agreed to sort of meet in the middle, using intermediate languages such as C++. Humans can speak C++ (sort of), and C++ is converted into machine language for the computer to understand.
Grasping C++ Concepts
In the early 1970s, a consortium of really clever people worked on a computer system called Multix. The goal of Multix was to give all houses inexpensive compu
...








