Okay, here are my questions:
(For console mode)
1. On my windows 98 system, the dos box is 80*25 er, well squares. How do I make it larger?

2. How and what does PeekConsoleInput do? I have tried and it doesn't do squat for me.

3. If I put at the top of my main() function
SetConsoleMode(hInput,ENABLE_PROCESSED_INPUT);
ya know the thing that allows cnrl+C, if I try to enter a string via cin>> , the letters don't come up? What's up w/that?

Thx