User profile: astroannie

User info
User name:astroannie
Name:J-Mag Guthrie
Location:SE Texas
Bio:Old to programming, but new to OOP and C++.
History
Joined:
Number of posts:9
Latest posts:

How do I REALLY process a single keypress without needing ENTER?
Thank you. I have conio.h for other reasons so this will work splendidly.

How do I REALLY process a single keypress without needing ENTER?
Really, all I want is to have a menu. A - first option B - second option C - third option A,...

line-drawing box-drawing in console
I found this code in the archives (credit: andywestken): [code] // Hello World! in a Box (for Wind...

What is the best way to program graphics?
I've heard other places that Qt is good. I've not heard of wxWidgets. In any case, I am looking ...

What is the best way to program graphics?
I'm writing a card game for an independent study project. I have it implemented in text-mode but wo...