Giter Site home page Giter Site logo

nisar-007 / c_plus_plus_solutions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ramanujamgond/c_plus_plus_solutions

0.0 0.0 0.0 42 KB

C++ Solutions for : [Object-Oriented Programming in C++, Fourth Edition] - Robert Lafore

C++ 95.86% Java 4.14%

c_plus_plus_solutions's Introduction

C++ Solutions for : [Object-Oriented Programming in C++, Fourth Edition] - Robert Lafore

Trying to solve the C++ excercise problems from Object-Oriented Programming in C++, Fourth Edition by Robert Lafore

Chapter 1: 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 2: 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 3: 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 4: 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 5: 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 6: 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.

c_plus_plus_solutions's People

Contributors

ramanujamgond avatar mukulmantosh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.