Senin, 20 Februari 2012

How to Print ASCII Code in C++

ASCII (American Standard Code For Information Interchange) is a standard code used to exchange many information on the computer. Historically, ASCII developed from telegraphic codes. ASCII code is used by computers to show the text. ASCII code actually has a composition as much as 8 bit binary number. Starting from 0000 0000 to 1111 1111.
Needs to know, every symbol on the keyboard have ASCII code,
For example:
ASCII code 82 = R
ASCII code 114 = r
ASCII code 71 = G
ASCII code 103 = g
ASCII code number is 255 code.

Screenshot: This Script to print All ASCII code in C++
Screenshot : All program in above, just a simple basic program, if you find errors in this program, you can give criticism by comment in here. And for All Friend who can modify this simple program to get better, you can share your script with a comment on this post.

Leave a Reply

 
 

Followers