Results for "Volume: 2002ASP"
This is the same version of the game I submitted last time, but I've removed the timer and now it uses a while loop for character movement, so it runs MUCH faster.
!Pong 2000 with Sound,Bitblit and AI instructions, Made so you guys can start to program correctly. Those of you that ask how I do it, well here is the source code for you to ponder over.... Have fun, coz I do.
R3: Snake like mine fields that when collided with your ship cost strength points. See new explosion type algorithms. The moving mines provide an increased challenge to the already fun game. Force is cool. A new 3-D space shooting game which matches you against an alien space-craft, variable speed and size asteroid. Pick up shield strength enhancing hyperboloids. Force promises to be a fun action game for the year 2002.
This program will teach you how to create hooks and dynamically control the behavior, outlook or anything related to a window. This program shows subclassing for MSN Messenger, by setting up a hook and then dynamically adding Menu items to MSN Messenger and handling its behaviour to certain events. With this technique, you can virtually do anything to any window or application of which you do not have access to code. Subclassing and hooking can be VERY powerful when used properly. Please check it out and please vote (o= Thanks
MasterLibrary3 is over 12,000 lines of code. Includes MasterString, MasterString2, AOLCPP, MasterX, MasterOGL, and much more!
I like listening to music when I go to bed. The only problem was that my computer did not shut down. So I wrote this little program to automate this task. I also added a slight fadeout so you don't have to bother with a sudden break off music when you already in slumber :) Shows how to use MFC, AFX threads and volume control.
Used to register and unregister OCX and DLL files for use with Visual Basic 5.0 and other programming languages that support OCXs and DLLs.
My Code calls The Windows Explorer with the switch "e,/root," and makes any folder you want the root of the windows explorer
R_Paint is MS Paint lookalike.with regular tool set,supports cut copy paste, Transformations and more options.( please VOTE !!! ) The code is Huge , Interesting ,Tricky and is in perfect OOPs style.Forms ,Buttons ,Labels ,Radio Buttons ,Text Boxes ,Check Boxes ,Menus and every thing you need for GUI development . the controls have all popular properties and events ,one form can load another and ........In a way its VB IDE lookalike ,we first start by designing the form( through code ) then we code events and then we set the startup form and through control events or menus we load other forms .......the rest is for you to Peek a boo ( please VOTE !!! ).
A program that finds coordinates to a parabola.
This thing will compair two files that are asked for when you run the executable. Many people have been talking about assembler code lately, so I decided to submit my two cents. This is not perfect code; since it was my first large assembler project. It has a big bug ... if you compair two identical files where one had part of it's end cropped off, it still says they are the same file. Oh well, it was worth a B :) This code is C++ commented, and should be useful to any intermediate C++ programmer who wants to use inline assembler.
Very fast function to encode or decode Quoted-Printable. VB6 only, but you can make it work with other versions, with a 3rd party replace function.
I found a website with free compilers and tools, I tohught you might want to take a look.
Enter a parabola in the form of y = ax^2 + bx + c. Then the program will graph the parabola and give you info about the parabola. Very simple and easy to follow code. Please comment and vote.
A standard ColorPicker that resembles Adobe Photoshop ColorPicker. No Image files used. purely code color algorithms.It is faster since algorithms are used efficiently ( ...within my knowledge); to speedup the running. This is my first C++ programme so the coding styles may not be in a standard way. Forgive me. Any comments (+ or -) or certainly VOTES are welcome... This is not a completed vertion.But includes 3 color space with Hue, Saturation and Brightness. Also see my article ' A Standard ColorPicker' in Visual Basic section that is more completed than this vertion with Preset custom color, Safety palette etc.
Algorithms and Data Structures - Linked Lists & Trees. Here you have examples of linked lists, stacks, queues and binary search trees. oop a58ass1.dat - a text file containing data a58ass2.cpp - designed to take a58ass1.dat and generate a binary file that does not include the supplier.oop a58ass2.dat - the genrated binary file a58ass3.cpp - a menu driven program that allows you to edit the a58ass2.cpp binary file, add a new product, remove an old product...oop a58ass4.cpp - a menu driven program that allow you to keep a binary file database of students grades. You can add students remove students, change grades and more.oop a59ass1.cpp - a LINKED LIST database allowing to keep track of employees name, rate hof pay, type of job.oop a59ass1.dat - the data in a59ass1.cpp is stored/saved in a59ass1.dat a59ass2.cpp - STACK database keeping records of a bookstore or library. oop a59ass2.dat - the data in a59ass2.cpp is stored in a59ass2.dat. a59ass3.cpp - QUEUE database keeping a generic record system for purchasing records, who purchased what...oop a59ass3.dat - the data in a59ass3.cpp is stored in a59ass3.dat a59ass4.cpp - creates a binary search tree that holds a persons name and their corresponding telephone number. oop a59ass4.dat - stores the data here
Writing a program in C/C++ for Rebooting Under MS-DOS. PLEASE PROVIDE YOUR FEEDBACK OR VOTE ABOUT THIS ARTICLE.
I have put so much time into creating this book. This book is for free. This book is good for those who already know the basics of C++. I will be working on adding to it in the coming months. The code examples I have used in the book are only partial and will not compile. If you need the compilable version, no problem I will write them for you if you ask. If you need me to add something you would like to know about, just let me know.
Have you ever asked the user to enter a number and then a letter is entered that ruins the program? Well here is the solution and explanation to solve this problem. This tutorial will explain how to use a specific function that will allow you to enter 1) positive numbers only 2) negative/positive numbers only 3) regular text 4) characters passwords 5) number passwords The tutorial also contains explanations for converting arrays of chars to integers and integers to arrays of chars without using the atoi and those basic functions. Enjoy! Dario
This program draws a stream of particles eminating from your cursor.They will proceed to fall to the bottom of the screen and bounce around. This is fully customizeable and would make a Great screen saver. UPDATED. LOTS OF OPTIONS!!!!