Chapter 1
Introduction to C++
The study of structures and algorithms using programs for solving day-to-day problems requires a very effective method of representing both data and algorithm. Before moving towards the data structures and algorithms, it is essential to have efficient C++ programming skills.
Chapter 1 provides a review of required skills that are well known to the readers. This chapter describes about some of the features of C++ language. It gives an introduction to C++, class overview that covers how a class and the class member are defined, and its objects declared. Also I/O streams, access control, class scope, and static class members are covered. This provides a detailed discussion about functions, this pointer, and dynamic ...
Get Data Structures and Algorithms Using C++ 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.