Results for "Volume: 2002C"
Simple function to check if file exists. Detects Normal & Hidden files. Improvement of code from Greg G., and incorporating a suggestion by Larry Rebich.
Do you use different user logins in Windows? Tired of having the same StartUp folder just because the users share the same Start Menu? Then this solves your problem!
You can test 7 different sorting algorithms, with random numbers even large numbers not only integers.
This tutorial is for those beginers, who dont know about loops. Just read it, and see for yourself. http://thadood.ath.cx/~fatal
This program allows you to view some cool information about windows you put your mouse over. This program is also capable of generating C++ or VB source code to find that window you have your mouse over. A great way to learn finding windows with API!
Bitmap viewer, good way to learn how to draw things
Q3 Tool will connect to a server you wish, or create one for you. However this only works if your quake3.exe is in C:\program files\quake iii arena. if you wish to change this, pop up a common dialog box to find the q3 path and write it to an INI file... I didn't do this since this tool was made for myself.
This is the second part of my tutorial for MasterStream/MasterConsole. It will parallel MasterStream to Pascal and C to show you the similarities and differences.
This will teach you the in's and out's of MasterStream and MasterConsole by Jared Bruni. This can also teach you the basics of C++ if you pay attention. ;) Who knows, maybe even advanced users can get some use out of this!
Ever had problems loading your picture files in DOS for backgrounds in games etc. This program is an answer for such troubles. You create your own full screen picture files using the mouse, arrow keys etc and load them in DOS without any trouble at all. 10 stylish BGI fonts, 16 colors, 10 fill styles, and much more make uo this exciting programs. What's more i have included a code snippet at to how to load the images in other programs(in a readme file) and also all BGI files so that you don't have any graphics errors.
This code convert a TXT file to EXE file.When you convert the file start the EXE and the old file will be typed(like TYPE command) This is really great code NOTE : RUN THE .EXE FROM MS-DOS MODE
An example of a game using control arrays.
The purpose of this code is to put your application in the startup directory, even without putting it in a setup program.
Another implementation of LZW compression for compressing VB strings. A 4K dictionary is used as suggested by the algorithm. A binary tree search is used for speeding up dictionary search. It accepts all the 256 characters. *** version 2 (23-Aug-99): bug fixed, performance improved ***
How to use 'Regions' to create different shaped windows.
As far as I know viruses modify the header of your complied EXE to jump to a different location to execute the virus. This means the header will change and your EXE file will (with some viruses) have the virus attached to the end of the EXE file. I've included a module you should use in your EXE file with a function it should call to check itself. The rest of the code as well as the module you have to include in your project will compile as an inoculate program to write the footer to your EXE file so the EXE file can check itself. (THIS SOFTWARE IS NOT FOR PROGRAMMERS THAT WRITE VIRUSES ;) PS: This program will not make your program protect itself but will let the user know when it's infected.
This is to tell everyone I added a small update to the tutorial and to tell you to keep watch on it! I'm going to be adding some EXCLUSIVE examples from Jared in a few days! So watch out!
A game of pong with new features. The name is from the early versions of video games. Features: one and two players sound and music surprise moves of bat menu driven The ball uses sensors to bounce
This code makes your form window flash like Aol's Instant Messanger when it receives a message.
Record sound from CD (Track1, Track2...) to a WAV file.