Posts by Vitor Leal • 21 points
2 posts
-
0
votes0
answers859
viewsQ: Game of life c++
Hello ! I am developing the game of life and I am not managing to get the rules applied correctly(I do not know if it is due to the function that prints or the function that checks the rules). For…
-
0
votes1
answer441
viewsQ: Problem printing matrix c++
I’m trying to read an array and print it completely, but it’s only coming out the last line and I don’t know why. #include "matriz.hpp" #include <iostream> Matriz::Matriz(){ char matriz[0][0];…