Friday, July 31, 2009

Graphics and music for visual c++ console applications?

Is there a way to add graphics and music(not just beeps) to CONSOLE APPLICATIONS in visual c++ ?


Or is there a way to setup a library of graphics and music to be compatible with visuall c++ (tell me the way to do it in details) :) thanks

Graphics and music for visual c++ console applications?
It depends on your version of Visual C++. Please add that.





That helps. Okay, the first link is a link to how to get the handle of the console window and to draw right on that window. Once you get a window handle, a window is a window is a window (mostly) so writing to the DC will work . Hope you know your DC stuff, because this is fairly low level for the windows world.


No comments:

Post a Comment