Character encoding

Ascii editor (simple) in c

The following C project contains the C source code and C examples used for ascii editor (simple). MY-TEE-EDITOR my tiny editor A Basic Text editor-Learning experiment -should give you experience with: binary and text file I/O unbuffered console I/O bit level manipulations dynamic memory operations string operations algorithm development writing user documentation

Gui ascii chart utility in c

The following C project contains the C source code and C examples used for gui ascii chart utility. This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.

Ascii code lookup in c

The following C project contains the C source code and C examples used for ascii code lookup. 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.

Unicode window in c

The following C project contains the C source code and C examples used for unicode window. Explains to a Win32 API Beginner the how to's of creating a basic window, including its wndclass, message loop, mainwndproc, and have it support unicode.

Ascii to binary string

The following C project contains the C source code and C examples used for ascii to binary string. This program was made to check the accuracy of a tie for sale at www.thinkgeek.com that said Ties suck in binary. It helps one grasp the concept of the binary system. Its a rather crude algorithm but it shows you whats going on rather than using itoa.

Ascii conversion program

The following C project contains the C source code and C examples used for ascii conversion program. Converts from character text to ASCII integer values, and from integers to characters(typecasting). Also demonstrates the usage of getch to select an option without pushing enter. Creates two local files.

Base64 encoding in c

The following C project contains the C source code and C examples used for base64 encoding. This is a very simple applcation for Base64 enscription where i have used MFC for interfacing and very simple base64 encoding class.

Ascii reader and writer in c

The following C project contains the C source code and C examples used for ascii reader and writer. This program reads a file that you specify and appends to that same file the ASCII value of every character in the original file. Excellent for beginners for data-type conversion and file input-output.

String spacer in java

The following java project contains the java source code and java examples used for string spacer. This program simply accepts a string and displays the string with spaces. example: Enter a string: angelito Output: a n g e l i t o

Pages

Subscribe to RSS - Character encoding