1

INTRODUCTION TO C++

1.1 INTRODUCTION

The ‘C’ programming language was created as a structured programming tool for writing large and complex system programs such as operating systems. No wonder that in 1973, Unix operating system was developed using ‘C’. The software developers liked ‘C’ because of its characteristics such as speed, compactness, and ability to harness the power of the hardware through low-level features.

Niklaus Wirth has defined that a program is composed of two components Algorithms and Data structures, as given below:

Algorithms + Data Structures = Programs

Thus, there can be two approaches towards the development of software, i.e. to develop programs either centered around functions or with an emphasis given to data. The ...

Get Object-Oriented Programming with 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.