ASCII code

hello for all
I want to know what is the ASCII code for Enter ?? and how to use it in any program ?????????
it is 10 in decimal or also known as line feed.
ok , how can i use it in any program ??????
\n is the way to specify a line feed.

cout << "Some text\n";
Are you asking how to read a single key press from the user?
yes , i want to make it in if statement , i want to make the user enter the Enter press if the condition of if statement proved.
Topic archived. No new replies allowed.