Skip to content
Permalink
Browse files
Added more on the contents and moved it around a bit
  • Loading branch information
nagrat committed Mar 14, 2023
1 parent baa987c commit f7bdd24ea32519a82a837271f8e591a17d4264c5
Showing 1 changed file with 9 additions and 1 deletion.
@@ -8,15 +8,23 @@ This is just how I have files and the [Makefile](makefile_tutorial.md) because I
## Contents for viewing
- Variables
- [Variables](Variables/variables.cpp)
- [Pointers](Variables/pointers.cpp)
- [Macros](Variables/macros.cpp)
- [Pointers](Variables/pointers.cpp)
- [Shared Pointers](Variables/shared_pointers.cpp)
- [Smart Pointers](Variables/smart_pointers.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.~~

0 comments on commit f7bdd24

Please sign in to comment.