so my teacher wants ou class to display a poker hand twice and show the hand as actual imgs in command prompt. we cant use SDL of any winAPI programming, just command prompt. how or is this possible?
The whole point of the text terminal is that it is text only. If you want to add images and the like, you must use a graphics library, such as stuff in the Windows API.
You might want to ask if he means that he wants to see ASCII graphics; something like:
(There are also block graphic characters that you can use for drawing lines and the like, instead of the + and - and | characters I used above -- but they presume an IBM PC terminal.)