6.1 Introduction6.2 History and Development of Object-oriented Languages like C++6.3 Object-oriented Language Features6.4 Welcome to C++ Language6.4.1 Setting Path6.4.2 C++ Program Structure6.4.3 C++ Development Environment6.5 Further Sample Programs of C++6.5.1 Execution of a Program in a Loop6.5.2 Arrays Implementation6.5.3 Use of Structure to Implement Problem6.5.4 Class Implementation6.6 Console IO Operations6.6.1 Console IO Functions - Commands getchar() and putchar()6.6.2 Console IO Functions - Commands gets and puts6.6.3 Unformatted Stream IO Functions - get(), put(), getline() and write()6.7 SummaryExercise QuestionsObjective QuestionsShort-answer QuestionsLong-answer QuestionsAssignment QuestionsSolutions to Objective Questions