Results for "Volume: 2002C"
Get the previous week's Monday..."Kathleen A. Earley"
This is a graet game with sound! that shows graphics skill of c++ graphics.h library.You can learn how to move objects on the screen and block them.have fun with this game.
Source Code of Win98. What you ever wanted to know you can see now!!
This function converts numbers (currency) to words including cent conversion and cent rounding. Note: ms stores 4 decimal positions internally but displays only 2. In a lot of number to word functions this is not handled and can cause erroneous values... this function corrects for this situation. Baz,
95/NT username "Joseph P. Fisher"
well this is a jackpot game i made. it is really fun. beginners should look at the code cause it will really help you with C++. This is a must Download for all types of programmers. from newbie to expert it is fun.
This is a basic binary tree class implemented using templates, so it can be used with any data type. It includes the pre-order, post-order, and in-order traverses.
This is a basic stack class implemented using templates, so it can be used with any data type. It includes the standard push() and pop() functions plus some more.
Create a new user and destroy an existing user on a Windows NT domain.. When a user is created, I set him to be a member of Domain Users while you can specify that he goes into Domain User, Domain Guests, Domain Admins Hong YAN
Tells if a dynamic array has been dimensioned or not. Lu
Offers advice on whether you must know C before C++ and whether C is preferable over C++ because of overhead.
This class I developed makes it very easy to put/delete/modify icons in the system tray. You can also get mouse notifications from the system tray. Once again, NO MFC!
converts a char that is 0-9 and returns that value back into an integer. If the char isn't numeric, 0 is returned and an error is displayed.
How to copy a database table. This may require some tweaking.... "Bill Pearson"
This will make a Form Transparent according to a Pixel of it's Picture. Be patient with me as I am learning how to code in C++. This code was ported from a project in VB by Chris Yates. However VB is horribly slow so I thought I'd make a Dll in C++ that did the same. Here's the result
This program is simply a little clock I made in my sp[are time. The clock consists of 28 pictures that alternate between an on and off state to tell the time in binary
Template for a doubly linked-list data structure, can be used also for queues and stacks.
A simple improvement on Shariq Haseeb's award winner tic-tac-toe game. Removed some code redundencies, simplified the control process, etc. This code is dedicated to Shariq Haseeb.
This code will allow you to get the CPU usage on Windows NT/2000. More detailed description available - here
The purpose of this code is to show novice programmers the simple and classic sorting method of Bubble Sort. The code is in C/C++ and should be compilied in DJGPP. The code includes the Bubble Sort Algorithm in action.