Apr 15, 2016 at 6:06am UTC
Hello programmers, I'm basically trying to display this piece of Ascii text:
_____ _ _ __ __ _ _
/ ____| | | | | \/ | | | (_)
| (___ | | ___ | |_| \ / | __ _ ___| |__ _ _ __ ___
\___ \| |/ _ \| __| |\/| |/ _` |/ __| '_ \| | '_ \ / _ \
____) | | (_) | |_| | | | (_| | (__| | | | | | | | __/
|_____/|_|\___/ \__|_| |_|\__,_|\___|_| |_|_|_| |_|\___|
However, every time I cout every single line of it individually it still looks distorted, any suggestions?
EDIT: Huh.. Interesting.. Apparently it got distorted here as well when I copied it... So, suggestions?
Last edited on Apr 15, 2016 at 6:07am UTC
Apr 15, 2016 at 7:56am UTC
It looks distorted due to the removed white spaces. How do you try to output this?
Apr 15, 2016 at 9:57am UTC
@Chervil, thank you very much, the double backslash trick worked out.