Skip to content

rawalraj022/C-Plus-Plus-Robert-Lafore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Oriented Programming in C++ [Fourth Edition] - Robert Lafore [Complete Solution]

Here I've complied all the programs and excercise solutions from the book Object-Oriented Programming in C++ [Fourth Edition] by Robert Lafore.

Table of Contents

Programs

Chapter 01: The Big Picture

This chapter introduces the over all basic concepts of object oriented programming in C++. [Note: No exercise problem is given in this chapter except some basic theoretical Q&A.]

Chapter 02: C++ Programming Basics

This chapter introduces some basic fundamentals to write some elementry program in C++. It introduces three such fundamentals: basic programming construction, variables, and input/output (I/O).

Chapter 03: Loops and Decisions

In this chapter loops and decisions statements are introduced. This chapter teaches us some fundamentals of loop and decisions along with some detail descritions.

Chapter 04: Structures

This chapter is devoted to structures. It teaches us to organsie some simple variables into complex entities. In other words we can say that it helps to create some user define data types.

Chapter 05: Functions

This chapter is dedicated to functions. A function groups a number of program statements into a unit and give it a name. Function helps to aid in the conceptual organization of a programs.

Chapter 06: Objects and Classes

This chapter introduces the concepts of class and objects. Class is a specification or blueprint for a number of objects while an Object is an instance of a Class.

Chapter 07: Arrays and Strings

This chapter introduces the concepts of class and objects. Class is a specification or blueprint for a number of objects while an Object is an instance of a Class.

About

Object Oriented Programming in C++ [Fourth Edition] Robert Lafore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • C 0.6%