#include
#include
void main()
{
clrscr();
int tmp;
for (;;)
{
tmp = getch();
cout<<int(tmp)<<endl;
}
}
#include
void main()
{
clrscr();
int tmp;
for (;;)
{
tmp = getch();
cout<<int(tmp)<<endl;
}
}
Posted in
C++
Designed by Wordpress Themes. Converted into Blogger Templates by Theme Craft
Post a Comment