This repository consists a variety of c++ examples from C++ How to program by deitel 10ed.
- This a starter hello world application.
- A simple c++ calculator.
This folder defines a CPP starter for Object oriented programming.
- It has a header file Account.h that has a class Account.
- In this folder you will find a header file student.h with a function getLetterGrade that uses an if statement and returns a letter grade for each mark.
- In this folder under main you will find an example of a while loop.
- This takes an input from the user and determines if the number input is even or odd.
- Simple factorial example in c++.
- Contains c++ file system operations.
- Contins c++ Math library functions
- Determines if a number input by the user is a prime number
- Swap two numbers an display them after swap