heeeeelp!

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.
Seems similar to this thread:
http://www.cplusplus.com/forum/beginner/117477/
(These aren't block letters, though.)
Last edited on
Topic archived. No new replies allowed.