How to Copy Ascii Art without Distortion

I was wondering if there is a way to successfully copy ascii art without out the spaces being distorted. Any help would be greatly appreciated.

I am trying to copy it into either Notepad or a Visual Studio 2013 .cpp file.

I am trying to use Ascii Art for the game I'm making.
Last edited on
you need to use a function that does not ignore whitespace, such as istream::get
http://www.cplusplus.com/reference/istream/istream/get/?kw=cin.get
Copy it from where? (into either Notepad or a Visual Studio...)

Andy
Topic archived. No new replies allowed.