|
/*
C#: The Complete Reference
by Herbert Schildt
Publisher: Osborne/McGraw-Hill (March 8, 2002)
ISBN: 0072134852
*/
// Read a character from the keyboard.
using System;
public class KbIn {
public static void Main() {
char ch;
Console.Write("Press a key followed by ENTER: ");
ch = (char) Console.Read(); // get a char
Console.WriteLine("Your key is: " + ch);
}
}
|
Posted in Uncategorized |
This entry was posted
on Saturday, January 24th, 2009 at 3:22 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 9th, 2009 at 5:07 pm
I have come to know that there are 2 categories of applications for iPhone: 1. Native Application 2. Web Application I like to see live examples of both of them.
________________
iphone 3g