Skip to content
#

pointers-and-arrays

Here are 34 public repositories matching this topic...

Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions that leads to a solution. Principles of object-oriented programming design

  • Updated Mar 31, 2024
  • C++

Matrix class that handles creating a matrix, displaying a matrix and matrix addition. This class creates a matrix pointer in the heap memory and handles deconstructing the matrix once the end of the main scope is reached. I used this project to practice with pointers, using try and catch blocks, asserts, friend functions and operator overloading.

  • Updated Dec 24, 2024
  • C++

Improve this page

Add a description, image, and links to the pointers-and-arrays topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pointers-and-arrays topic, visit your repo's landing page and select "manage topics."

Learn more