Results for "Volume: 2002ASP"
demonstrates huffman compression/decompression
Demonstrates LZ compression decompression
The purpose of this code is to expand on what Ian Ippolito stated in an early post with the same code. I noticed that his same code did not state all the versions that can take advantage of this code. This code will center a form on the screen, not taking into consideration the taskbar. Yes, there are other ways of achieving this, api being one of them, but who wouldn't rather have a smaller, simpler code?
A few Win32 classes to make your life easier:The Form class,just call .Create(...) and .AttachWindow(...) to create it.Maby you want to put some events to your controls?No problem,just type .AddEvent(...).Or maby you have an array of controls?No problem again,assign a .AddArrayEvent(...) and you got it.As you can see it is more for newbies and those who have passed from VB,and to experineced people to lower allot of useless lines,just use the header and forget about ever having problems with Win32 creation.If many will wote i will upload more functions,and classes.Remember,this is not MFC,it has only the functions that are usefull,not all so many useless functions and initializations like MSC :))))))))
This article explains, with source, how to build a C++ DLL that exports functions that can be called from Visual Basic and other "C" DLL compatable programs.
To show one possible rendering of the mandelbrot set in openGL. The mandelbrot set is rendered with varying precision and a slight rotation. i kept the precision down so it wouldn't be too processor intensive. hope you enjoy. ps. don't vote for me until they start giving out beer for winners. ;=) peace.
A tutorial for beginers, for starting off with masterX SDK to create 2D video games.
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
Demonstrates how the appearance of a program can be pleasing to the eye. Included are simple functions, various loops, and simple division. Just pure fun for beginners.
A Few function's For You To Play With.. Trap Mouse In A Form, Random Object/Form Color's, A Wacked Screen Closing Special Effect, And Download File's Via The Internet..
Retrieve the default site of a website via API32 and Winsock 2.0. Also included a simple Always On Top demonstration. No MFC so far.
This was originally written for rent-a-coder, but since the buyer never accepted any of the bids I decided to post it here. It's really limited but it shows how to use functions and if... else loops. It also shows how to used enum to make a simple menu. You could make a menu without enum, but enum makes it easier to code and to maintain
Algorithm to demonstrate one of the interesting puzzles of chess. This program demonstrates the problem originaly puprosed by the mathmatician Euler. The puzzle is this, can the chess piece known as the knight move around a empty chess board and touch each of the 64 squares once and only once. This demonstrates a solution to this problem. Press the Space bar to move the knight, and press the enter key to return the board back to normal.
the program find a place to put queens on a chess board in any size ,using recursion.
NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! Send's E-mail without WINSOCK.OCX! NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! This is a complete E-Mail programm with the possibility to send Attachements (Base64). The Base64-Encoding routine is very fast and I tested it with different E-Mail Servers! I also include a comfortabel routine to select the Attachement!
This is a Class to help you on Registry functions. This Class in WIN32(so it works in MFC, ATL, WIN32) and it is full UNICODE. Most of these Class found on internet do not delete properly Key and SubKey in WinNT (or they need help of Shlwapi.dll, and it is a complicate story). This Class use Instead a Recursive function to do the Job (no special include need). It uses a template for all those special structure like CPoint, RECT, ... you named it. It comes with a simple example on how to use it. Try it....
Check if that directory exists before running the risk of an error and/or data loss. One of the few that really works. No API, no function calls. Existence check and logic included. Incredibly simple.
Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function
This is a command-line compression and extraction tool using an Huffman algorithme. The source code also includes heap and bit stream management functions.
Write a file to a disk