[try Beta version]
Not logged in

 
How to Copy Ascii Art without Distortion

May 29, 2015 at 9:30pm
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 May 29, 2015 at 9:37pm
May 29, 2015 at 11:10pm
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
May 29, 2015 at 11:32pm
Copy it from where? (into either Notepad or a Visual Studio...)

Andy
Topic archived. No new replies allowed.