Dungeons & Dragons based ProjectWrote this quickly hopefully it helps you. Good night :) [code] #include <iostream> // author: mr i...
Tic Tac Toe 4X4 issueAs AbstractionAnon said. You are using tablero_de_juego[][] when tablero_dejuego is a function and n...
Not sure why errors are thrown This file contains functions that don't even exist... [code] void checkdup (); void createarray ();...
problem with my codeI just gave you a function to check for collision, of course you need to implement it correctly. How...
Adding a letter in a char Array without duplicationsExample of how you can do it with a std::string [code] std::string theWord = { 'p', 'a', 's'...