Basic encoder that uses a key string to transform a given message. Plus, demonstrates some cool Windows tricks, like control coloring and accelerators.
File List:
acceltbl.aps
32Kb
acceltbl.rc
2Kb
decoder.dsp
4Kb
decoder.plg
1Kb
key.cpp
2Kb
key.hpp
239b
main.cpp
6Kb
resource.h
1Kb
Similar code
A really cool binary translator!
(Popularity: ) : This binary translator will not translate the text to decimal, but it will translate it to a char! As example. 1101000 1101001 will be translated as 'hi'. You can also translate huge load of text. Have fun! XFile To HTML Converter
(Popularity: ) : It converts any file (execpt binary don't know why you'd convert a binary file in a html file anyway) into html. I did this because I saw some source code where #include was messed up because of the < and ... XList - Pointer List Class
(Popularity: ) : This class can hold a list of pointers. It dynamically resizes itself. There are a number of functions in the class that make using it easier. I hope you find it useful. Enjoy! DirShow
(Popularity: ) : The DirShow is a Directory Viewer Program. This Program was designed in C Language Using Graphics. This also includes some usefull Window Functions in Graphics Mode.This Program also includes Mouse Functions for User's Friendly Interface. A Window Tester
(Popularity: ) : This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the ... A Bitmap Joiner
(Popularity: ) : A program that takes a bunch of bitmaps and attaches them together side-by-side and puts them on the clipboard. The bitmaps then can be pasted into Paint by clicking Edit->Paste. xCreateRemoteThread
(Popularity: ) : The xCreateRemoteThread function creates a thread that runs in the address space of another process. The result is the same as from the original CreateRemoteThread only this function works a bit different its using GetThreadContext and SetThreadContext to let a ... Write your own IO Devices for 8086 Microprocessor Emulator
(Popularity: ) : This sample just reads and writes data to a virtual port. You can use these sample to create your own devices for Emu8086 (Microprocessor Emulator). You may try creating a robot or something, and then use assembly language to control ... Zeta Scripting Language and Interpreter
(Popularity: ) : An interpreter for a simple scripting language I created called Zeta. WinAPI App Template
(Popularity: ) : This code is a simple template for an application that provides the following features: - Always On Top - System Tray - Multi-Language through files (with system check on startup) - Full app settings save to registry (HKEY_CU) - Always ...