top of page

C++ language

I learned the basis of C++ language the first semester at the Fatec of Araraquara. The exercises were simple, not so complicated. I decided to use it to solve other type of problems like how to calculate the Hamming code and for calculating the determinant of matrices 2*2, 3*3 and 4*4. The software I made for solving the Hamming code and the multiplication of matrices are below.

Hamming

Matrix

bottom of page