Chapter 14. PROGRAMMING WITH C++

The language competing with Visual Basic for the top programming language in use today is C++. Whereas C was the original Windows programming language, C++ is the Windows programming language of choice today for those not wanting to use Visual Basic, or for those who want another language to use in addition to Visual Basic.

C++ is considered to be a better language than C. It offers full support for object-oriented programming (OOP). In Visual Basic you work with objects, because Visual Basic is not a true OOP language. In this chapter, you'll learn how and why C++ provides strong OOP support and how the mechanics of C++ provide for more flexible, maintainable, and efficient programming than C.

The highlights ...

Get Absolute Beginner's Guide to Programming, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.