Stuck at 4 in a row game, checking who is the winnergame_model.h: [code]#ifndef GAME_MODEL_H #define GAME_MODEL_H #include <array> //prefer std::array...
Stuck at 4 in a row game, checking who is the winnerFirstly I would recommend you the following resources for getting more knowledge of the language: ht...
Stuck at 4 in a row game, checking who is the winner@Nickoblack im about to finish my rework for your program i just wanted to point out that you confus...
Stuck at 4 in a row game, checking who is the winner@jonnin Im rewriting it with the MVC pattern and i comment it heavily so he can easily understand it...
Stuck at 4 in a row game, checking who is the winnerI think i understand what your trying to achieve. I will recreate it and post my version here, also ...