Advertisement

Results for "Volume: 2002C"

2002C #16531
huffman compression/decompression

demonstrates huffman compression/decompression

2002C #16532
LZ data compression/decompression

Demonstrates LZ compression decompression

2002C #9181
A 2 line code to center forms without api!

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?

2002C #16161
Win32FX(No MFC) Make your Win32 life alot easier

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 :))))))))

2002C #15857
Create a C++DLL for use in VB and other languages

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.

2002C #16233
Cheesy OpenGL Mandelbrot Set

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.

2002C #16285
MasterX SDK Tutorial

A tutorial for beginers, for starting off with masterX SDK to create 2D video games.

2002C #16522
Load a BMP from a file

This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.

2002C #16446
Vicky

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.

2002C #9187
A Few Function's For You To Play With And Enhance.

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..

2002C #16060
Win32 API Winsock HTTP/HTML Retrieve (and simple Always On Top)

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.

2002C #16448
ATM Simulation

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

2002C #16284
Knights Tour

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.

2002C #16411
a Recursion : 8 Queens On a Chess Board

the program find a place to put queens on a chess board in any size ,using recursion.

2002C #8992
SendMime

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!

2002C #16180
a Registry Class

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....

2002C #9164
Check for existing Directories/Folders

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.

2002C #16359
recursive functions

Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function

2002C #16492
Compression tool

This is a command-line compression and extraction tool using an Huffman algorithme. The source code also includes heap and bit stream management functions.

2002C #16195
Disk Writter/Boot creature

Write a file to a disk

Languages
Top Categories
Global Discovery