I am working on learning C#, so I start with simple console programs.
I make a 'hello world' program, which works, but obviously the window closes immediately. I figure out my next task! to make it pause before closing. So I go to find out what will take user input, say something simple like a do...while loop that does...while no key is pressed, as soon as one is pressed it exits. So I look for the command required to look for a keypress. This single item has taken me five hours now and still Ive not found a single place that I can look that one simple thing up. So I ask here on UF where people are friendly and helpful. Alas, no one seems to understand what I am asking and the thread gets sidetracked and dander gets raised and I doubt I will get any help in the end... *sigh* just one simple thing is all I wanted. |