Advertisement

Results for "Volume: 2002C"

2002C #16510
A Simple Grammar

An example of a primitive translator, based on a true grammar. Converts an ariphmetic expression to a backward polish notation.

2002C #16489
The JMenu Maker - Create a smart menu

NO, this is not one of thoze prototypoz menu. It will create a simple menu for you, and have the ff. features: * navigate thru arrow keys * nicely centered on screen menu display * easy access menu items / one-key-press exit * fully customizable and expandable (after learning the source code analysis on the manual) I used purely modular approach, w/c focuses on task analysis, rather than object-oriented analysis that involves classes. THe algo & code are easy to understand even for beginners, becuase it's well commented, and I have provided a manual for your convinience (in TXT and DOC). If you would notice, you will have to modify the default values manually in the jmenu.hpp header file... Why didn't I just create a menu wizard? Well because I want you to know what's happening inside, how it works, so you will learn. Simple. ;) If you like it, pls support for my code and vote for it! Please send me comments, suggestions at jawesfx@hotmail.com So how's my 1st ever documentation that I have created? AND DONT FORGET to read the manual.. Tnx!

2002C #16198
Build an Assembler

This is for programmers of any langauge.This will teach you what happends to varibles and labels when they compile.Shows you example and c++ and visual basic and assembly. Teaches Opcodes and Machine code too.

2002C #9143
Another Star Field (updated!) - well documented

Draws an animated StarField. A left-click with the mouse will move the StarField center to the mouse position, holding down the left mouse button while dragging the mouse will continually change the StarField center, holding down the right mouse button will activate a "hyperspace" effect (of sorts). The form can be resized. Each star's size and brightness is calculated according to its relative distance from you, the viewer. The number of stars in the StarField is easily changed.

2002C #16499
_defs Header file

This is the _defs.h header someone requested.

2002C #16389
Better, Simpler, Flip-Flop "encryption"

It reads the binary of a file, and outputs it in reverse so the new "encrypted" file can't be normally read. To decrypt encode the new file and it will be reversed again, restoring it back to normal. Its pretty handy, and simple, please rate this code.

2002C #16520
WinFire

A windows port of a very realistic fire algorithm. Translated from Pascal to C++ and ported to Win32 using GDI.

2002C #16292
Karma

A basic concept expressed in the form of C++.

2002C #16322
MasterX Console FTP

MasterX Console FTP. This will show you how to program MasterX Console programs and FTP API at the same time!!!

2002C #8900
RTPrintPreview

(Also known as DocPreview) A functional program to provide print preview and actual printing facilities for RichText documents in a text editor. Written in VB, the program includes functions such as preview Zoom-in and Zoom-out, page margins setup, selection of any specific page to preview and selection of any ange of pages to print. It even allows you to selectively print a highlighted text and/or picture only, etc.

2002C #8990
SendBugReport NEW ROUTINE ADDED

Do you ever want to have a easy possibility to get in contact with your users? Here it is! You just have to add the form to your projekt and config it before you compile your projekt! Your users just have to write their comment or bug report in a textbox and hit the send button. You will love this! I ADDED A NEW ROUTINE TO PREVENT TIMEOUTS!!

2002C #9146
Smooth Clock

This is another example of animating an analog clock. This sample demonstrates a smooth motion of the hands giving a more realistic clock appearance. Also shows how to use the Polygon API

2002C #16512
Create A Simple Windows Application

This Code Explains What To Do and You Create A Simple Text Window. I also think this is a good way to learn.

2002C #9147
AutoResize

This code resizes a form and its controls according to the screen resolution. It also takes into account the size of the screen fonts (although this is untested!).

2002C #9150
Ping NT Server < 10 ms (Check if connected)

Ping NT Server

2002C #16293
Master Assembly Script Alpha 2

I thought about trashing the old masasm and masinterp source, and starting over, and have decided to not do that until version 2. This is the second alpha of my scripting engine, and is still very far from completion. This alpha includes backslash escape character sequence, the ability to produce your own objects other then just jared.mve, code labels, and a jmp instruction for loop logic. Right now I am working on the virtual stack, and flag registers, for the cmp instruction so until thats complete we can only do forever loops. However alpha 3 will contain all the completed loop logic. This project still has a long way to go until it is completed I say atleast another month and a few thousand more lines. Any suggestions on language features you think I should add or things I should change are greatly appeciated.(I know Im working on the tokenized string rotuine :))..

2002C #8991
DecryptBase64String

This one is to show how to DECODE Base64. Base64 is used to encode Mime Attachements. This not a complet Mime Decoder, this routine should just show how to build one! By the way the hole programm, which is able to decode Mime will follow...

2002C #9158
Custom serial number generator and scanner!

The code creates a file with a custom serial number hidden in thousands of other serial numbers just like it. Then, after you created it, you can scan the file with the serial number scanner.

2002C #9159
TCP Pro2 (Basic winsock TCP/IP connection)

Basic winsock connection (TCP/IP) with cool and easy-to-use interface

2002C #9160
!Create your own HTML Editor fast!

A good easy HTML editor

Languages
Top Categories
Global Discovery