I'm creating a text game, where it will have a start menu, follow the code I already have:
#include <iostream>
#include <Windows.h>
using namespace std;
void setTamanhoConsole(int x, int y){
HANDLE console = GetStdHandle(STD_...
asked by
14.04.2016 / 19:38