Skip to content
#

friend-functions

Here are 17 public repositories matching this topic...

This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.

  • Updated Mar 7, 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 friend-functions 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 friend-functions topic, visit your repo's landing page and select "manage topics."

Learn more