News

To study and implement C++ 2D Array - Matrices. A 2D array in C++ is an array of arrays, meaning it's a collection of elements arranged in a grid or table with rows and columns. This type of array is ...
To put this in context, for one of my classes in College we have to code Hunt The Wumpus, so is it possible to populate a 2D array with Structs (rooms) and ...
This project demonstrates how to implement a 2D convolution in C++ using template metaprogramming. The convolution operation is performed on a matrix with a given kernel, producing a result matrix.