Graphics into win32 console application

shireen304

Honorable
Jun 1, 2012
2
0
10,510
Hello,
I'm programming the battle ship game with win32 console application.. I want to draw two 2D arrays...one that the user can access with the mouse, and the second not accessible.
Can you help me to assume these things, please?
 

theDanijel

Distinguished
May 4, 2011
74
0
18,590
You can't have mouse input in a console application.
There are two ways you can do this:
1. Convert to a windows forms application on any window application that can handle mouse input
2. Have your console application just open a new window in what you can draw and handle mouse input