Jun 3, 2014 at 2:39pm
Wwhere can i convert a word in to a cout word.
for example the word "ROUGE!" can be translate or convert to:
cout << " ___ ___ _ _ ___ ____ ___ \n";
cout << "| ___\\ / __ \\ | | | | / __ \\ / ___\\ | |\n";
cout << "| |__|| | | | | | | | | | | | | | |___|| | |\n";
cout << "| _ | | |__| | | \\_/ | | |__| | | ____| |_| \n";
cout << "|_| \\_\\ \\___ / \\___/ \\___ | \\ \\___ _ \n";
cout << " | | '____| |_| \n";
cout << " __/ / \n";
cout << " |___/ \n";
Jun 3, 2014 at 2:53pm
Explain the problem in detail.
Jun 3, 2014 at 4:40pm
Last edited on Jun 3, 2014 at 4:40pm