Segmentation Fault Issue in Matrix GDB Project
I’m working on a GDB project for class an I’m finding issues with a segfault portion in a piece of code that reads a file and creates a matrix with the input. GDB brings me to the "printf("%.2d\t", mat[row][col]);" in printMatrix() but I can’t seem to grasp what exactly goes wrong. int main(int argc, char*… Read More Segmentation Fault Issue in Matrix GDB Project