Small repository for CPP projects in their infancy. This is a repository of Code I have created that will have been tested in my own environment. They are subject for updates and improvements as I continuously learn better ways to complete objectives. None of the code should be used directly in production or enterprise environments without proper approval authorities. Furthermore, testing should be continuous to ensure proper coding practices, security, and usage are maintained.
Topic | Description | Links |
---|---|---|
C++ - Hello World | Learning basics of C++ | Hello World |
C++ - Variables | Learning Variables for C++ | Variables |
C++ - Arithmetic Operations | Learning Arithmetic Operations in C++ | Arithmetic Operations |
C++ - If/Else | Learning If/Else Statements in C++ | If/Else Statements |
C++ - While Loops | Learning While Loops in C++ | While Loops |
C++ - For Loops | Learning For Loops in C++ | For Loops |
C++ - Do Loops | Learning Do Loops in C++ | Do Loops |
C++ - Switch Statements | Learning Switch Statements in C++ | Switch Statements |
C++ - Logical Operations | Learning Logical Operations in C++ | Logical Operations |
C++ - Data Types | Learning Data Types in C++ | Data Types |
C++ - Pointers | Learning Pointers in C++ | Pointers |
C++ - Functions Part One | Learning Functions (Pt.1) in C++ | Functions (Pt.1) |
Topic | Description | Links |
---|---|---|
C++ - How Much Pizza? | Determines how Many Boxes of Pizza are needed and Leftovers | How Much Pizza? |
C++ - Discount Calculator | Calculates the price of Items that have a Discount | Discount Calc |
Topic | Description | Links |
---|---|---|