What is the best way to draw things in the Console Window on the Win 32 platform using C++?
I know that you can draw simple art using symbols bu
Not without usng ASCII art. Back in the days of DOS it was "fairly" easy to do by redesigning the character bitmaps. It might only be possible in windows by creating your own font, but im really not sure thats possible