danhenriquex / OOP

Codes implemented during the Programming Language II discipline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOP - Oriented Object Programming

Oriented Object Programming with C++.

The problem's descriptions can be found below:

Pdv's problem here
Classes here.
Bank Account here.

Content

In this discipline I learned advanced concepts about C++ such as:

  1. Variables and Constants
  2. Array and Vectors
  3. Strings
  4. Pointers and Reference
  5. Classes and Objects
  6. Inheritance and Multiple Inheritance
  7. Polymorphism and Virtual Functions
  8. Smart Pointers
  9. The Standard Template Library (STL)

Compiling and Running

I've compiled and executed this software only in Linux (Mint and Ubuntu). These are the steps needed in order to compile the program:

  1. Make sure you've all dependencies installed as g++.
  2. Download the source code together with the Makefile.
  3. Done.

To execute the files, just issue the following command from the project root directory.

$ ./pdv ./poligonos ./cadastro ./bank

About

Codes implemented during the Programming Language II discipline.


Languages

Language:C++ 77.0%Language:Python 21.0%Language:Makefile 1.2%Language:C 0.8%