Hello everyone. I know there have similar questions but i felt i should ask myself since i haven't found the right help. I've been trying to display this ascii art but nothing is working correctly.
Note: I am currently using the visual studio c++.
It's the kind of Ascii art on this page:http://www.network-science.de/ascii/ I tried posting the one i have here, but it's not getting pasted correctly.
to be able to do it -the way I thought about it- you have to see how 2 adjacent letters affect each others and save them line by line
pay attention that the number of lines are not identical
Probably for their algorithm they have some pattern which I can't figure it out
if you could find the pattern this will reduce the program's size
What have you tried? What errors did you get?
I have used Raw string literal here. You might use normal srtings, but then you should escape all '\' characters like: "\" → "\\"