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";
Explain the problem in detail.
Last edited on