Results for "Volume: 2002C"
An example of a primitive translator, based on a true grammar. Converts an ariphmetic expression to a backward polish notation.
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!
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.
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.
This is the _defs.h header someone requested.
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.
A windows port of a very realistic fire algorithm. Translated from Pascal to C++ and ported to Win32 using GDI.
A basic concept expressed in the form of C++.
MasterX Console FTP. This will show you how to program MasterX Console programs and FTP API at the same time!!!
(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.
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!!
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
This Code Explains What To Do and You Create A Simple Text Window. I also think this is a good way to learn.
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!).
Ping NT Server
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 :))..
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...
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.
Basic winsock connection (TCP/IP) with cool and easy-to-use interface
A good easy HTML editor