December 2004
Beginner
936 pages
20h 1m
English
Classes extend the built-in capabilities of C++ to assist you in representing and solving complex, real-world problems.
Today, you will learn
• What classes and objects are
• How to define a new class and create objects of that class
• What member functions and member data are
• What constructors are and how to use them
At one point, C, the predecessor to C++, was the world’s most popular programming language for commercial software development. It was used for creating operating systems (such as the Unix operating system), for real-time programming (machine, device, and electronics control), and only later began to be used as a language for programming conventional languages. ...
Read now
Unlock full access