Posts by Gabriel Oliveira • 11 points
1 post
-
0
votes1
answer23
viewsQ: Why does the matrix not exist outside the scope of readMatriz()?
I’m learning better C++ for marathons and I’m starting to use more methods instead of doing everything on main(), I need to read an array but I’m having trouble doing it through a method because…