Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Exam Practise
This is my exam practise for the upcoming C++ examination that falls on the 16th March.
The files here will be split up from `*.cpp` source files, `*.md` documentation files and a Makefile.
This is just how I have files and the [Makefile](makefile_tutorial.md) because I'm a lazy shit.
## Contents for viewing
- Variables
- [Variables](Variables/variables.cpp)
- [Macros](Variables/macros.cpp)
- [Macros2](Variables/macros2.cpp)
- [Pointers](Variables/pointers.cpp)
- [Shared Pointers](Variables/shared_pointers.cpp)
- [Smart Pointers](Variables/smart_pointers.cpp)
- [Vectors](Variables/vectors.cpp)
- [Arrays](Variables/arrays.cpp)
- Loops
- [For](Loops/for.cpp)
- [While](Loops/while.cpp)
- [Do While](Loops/do_while.cpp)
- Functions
- [Functions](Functions/functions.cpp)
- [Templates](Functions/templates.cpp)
- Header files
- [Header (CPP)](Header%20Files/header.cpp)
- [Header (H)](Header%20Files/header.h)
- Classes and Inheritance
- [Classes](Classes%20and%20Inheritance/class.cpp)
- [Inheritance](Classes%20and%20Inheritance/inheritance.cpp)
- [Multi Inheritance](Classes%20and%20Inheritance/multi_inheritance.cpp)
- [Access](Classes%20and%20Inheritance/access.cpp)
- [Constructors](Classes%20and%20Inheritance/constructors.cpp)
- [Polymorphism](Classes%20and%20Inheritance/polymorphism.cpp)
## Notice
I hate C++ with a burning passion. It's not for me, but it's a skill I will now hold for the rest of the time I exist. ~~Defo not ever using GPT for this shit.~~
###### Made by [Taran Nagra](https://github.coventry.ac.uk/nagrat)