CHARACTER CONVERSION TO ASCII
The program converts a character or number to its corresponding ASCII code to be used. Many programming
problems require for their solution to resort to the base of the representation of characters and numbers
in a computer. This base is the ASCII code. Twenty years ago, each computer programming book had as its
very last section one to present the full ASCII code table. After the advent of “MS-Windows” this was put
to an end as a practice because the ASCII code table didn’t have direct programming applications any more.
Programmer’s work, to that respect, was taken over by the operating system.
Download "ChASCII"