|
|
|
|
|
|
|
Welcome to Teach Yourself C++ in 24 Hours! In this very first hour you will learn: |
|
|
|
|
|
|
|
|
Why C++ is the emerging standard in software development |
|
|
|
|
|
|
|
|
The steps to develop a C++ program |
|
|
|
|
|
|
|
|
How to enter, compile, and link your first working C++ program |
|
|
|
|
|
|
|
|
Why C++ Is the Right Choice |
|
|
|
|
|
|
|
|
C++ is the development language of choice for the majority of professional programmers because it offers fast, small programs developed in a robust and portable environment. Today's C++ tools make creating complex and powerful commercial applications a pretty straightforward exercise, but to get the most out of C++ you need to learn quite a bit about this powerful language. |
|
|
|
|
|
|
|
|
C++ is a relatively new language. Of course, programming itself is only about 40 years old. During that time computer languages have undergone a dramatic evolution. |
|
|
|
|
|