This repository contains multiple C++ programs in their source code form. You can start by compiling the HelloGIF.cpp to see what it does then you can refer to the table below to see the different programs and what they do.
| SourceCode | Description |
|---|---|
| HelloGIF.cpp | This code displays a Hello GIF |
| AreaPerimeter.cpp | A simple Program to calculate the Area and Perimeter of a Rectangle |
| DataTypes.cpp | This code displays the sizes of various Data types in C++ |
| Strings.cpp | This code shows the use of strings in C++ |
| Pointer.cpp | This code presents the use of pointers in C++ |
| Eligibility.cpp | This code is an Eligibility checker for the post of Mayor of Ottawa |
| GPAcalculator.cpp | This code calculates your GPA based on the scale you provide (e.g. 4, 5 or 10) |
| Outputting.cpp | This code illustrates the methods to output text using C++ |
| Dummy.cpp | This is a dummy file |