6

C++ Fundamentals and Basic Programming

LEARNING OBJECTIVES

At the end of this chapter, you should be able to understand and put to use

  • Development of C++ and OOPS as applied to C++ language.

  • C++ programming environment and programming structure.

  • Curtain raise programs in C++ using control loop, arrays, structure and classes. These programs are designed to give you a taste of things to come and also to make you productive from day one.

  • Console IO operations and unformatted functions used in input and output operations.

6.1 Introduction

In order to solve a problem, you need know the “method/procedure” or have the “know-how.” In computer parlance, this can be called an algorithm. An algorithm or program is a sequence of steps to be followed, ...

Get Object-oriented Programming Using C++ and Java 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.