It takes a charecter entered by the user and shows its ASCII code. It is done by using type conversion, that is from a char to an int. It is useful for any purpose ASCII is used.
File List:
ascii.cpp
248b
Similar code
Write to HKEY_LOCAL_MACHINE
(Popularity: ) : A simple MFC class to allow you to write values to the HKEY_LOCAL_MACHINE registry key instead of HKEY_CURRENT_USER which the MFC functions limit you to. The class is not designed to be a complete registry class, instead it provides functions ... BarrysDriveBrowsingOCX
(Popularity: ) : This is Active- X control used for browing the system drives , this can be used where ever Active controls can be hosted (eg Visual Basic , Delphi , Power Builder, HTML , ASP etc); To Use ths control 1) ...