Advertisement

Results for "Volume: 2002ASP"

2002ASP #7307
Simple Hello-World Type C++ Console Temp. Conv.

Converts Either Fahrenheit to Calcius or Calcius to Fahrenheit, Good For Beginners. | If You Like It, Vote Highly For It!

2002ASP #7308
Functions to hide your programs from ctrl+alt+del

THIS VERSION DOES NOT WORK WITH SOME COMPILERS, including the one I use. PLEASE CHECK OUT MY OHTER VERSION before telling me about any compile problems. This piece of code contains two functions that show you how to use RegisterServiceProcess(); to hide your program from users when they press ctrl+alt+del. Useful for multiple applications (ie. you want a master program that runs subprograms but you do not want the subprograms to show up when the user presses ctrl+alt+del).

2002ASP #7270
Math translator

It translates °F to °C or KW to PS...

2002ASP #7290
CHTTPSocket - Direct/ViaProxy - Reusable Class

CHTTPSocket class with full source code, full qualified, one step, HTTP client. Can fetch pages from web, no problems if You try virtual host. If You use proxy server, only set some variables and get it worked also. I also compile sample application which You can download and test.

2002ASP #7312
Reset (Restart) computer - Windows 95/98 and NT

Reset the machine... Windows 95/98 and NT compatible Looking my website for another programs... thanks http://icqpassword.cjb.net

2002ASP #7287
C++ OO Database library

The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory caching, navigational access, fixed and variable-length records. Includes general-purpose data structures such as linked lists, stacks, queues, balanced binary trees and others as well as a variable length string class, a postscript driver, and HTML driver. Ships with an advanced database recovery utility plus other text and binary utilities. Several example programs with are provided to demonstrate each of the concepts presented. This release has been built and tested under Windows 95/98, MSDOS, HPUX 10.20, Solaris 2.4, and RedHat Linux 5.2. All documentation is an HTML format, covering the class library, the example programs, and the utility programs included with the distribution. http://www.trumphurst.com/cpplibs5.html#Libraries_available_via_FTP__Q_Z_ Copyrighted freeware--Copyright © 1997 Douglas M. Gaer.

2002ASP #63
TaskManager

Here's a simple application to function like the Windows Task Manager...

2002ASP #7291
CHTTPTransaction - C++/Win32 - Reusable Class

CHTTPTranscation is an enhancement for CHTTPSocket class, with full source code. Full qualified, multiple redirections support, HTTP client. Supports all previous features: virtual hosts, proxy servers, plus new redirections support for standart HTTP 3xx responses. In sample, CSampleTrans is a sample class derived from CHTTPTransaction, briefly shows You how to derive Your own class. In CHTTPSocket some changes applied, many member functions and variables now private and protected. I compile sample dts.exe to show how it's working, no changes in calling syntax from previous version

2002ASP #7313
Encryption/Decription using the windows CryptoAPI

This class provides encryption/decryption through the CryptoAPI. This is the standard API you can use regardless of the underlying dll used to do the encryption. These dlls are called Cryptographic Service Providers (CSPs) and you get one as standard from Microsoft called "Microsoft Base Cryptographic Provider v1.0" This class uses the standard CSP, but this can be changed by changing the constant SERVICE_PROVIDER There is additional code in this class to ensure that the encrypted values do not contain CR or LF characters so that the result can be written to a file A word of warning: If you are going to use WritePrivateProfileString to write the encrypted value to an ini file, you must write a NULL first to delete the existing entry as it does not clear previous entries when writing binary data. This is a problem if you are overwriting a value with a smaller one.

2002ASP #7310
Check if connected in Internet

Check if connected in Internet... Windows 95, 98 and NT compatible... Thanks http://icqpassword.cjb.net

2002ASP #7316
Black Jack

*Updated* This is a basic BlackJack program. You play against the computer using a 52 card deck. I rewrote most of the code so now it is easier to read and to maintain. Please let me know if you find any bugs or want any features added. subxero@banet.net

2002ASP #7314
A Paint Utility to Create BMP - for DOS

This paint utility is similar to the Paint we have in windows Accessories, but with a limited functions. But this paint can be executed in Dos Environment without the support of Windows. This is not a master piece application in this kind, but I have tried to simulate the windows controls, menus, popups, and GUIs in the simple C graphics functions. You will definitely find the Interface of this application quite interesting with Icons, Menus, Message Boxes etc. and these functions and procedures can be reused for any of your application in which you may want to add some GUI interface. This is fully Mouse Driven. Other feature is the Image that you create using this application is compatible to the Windows Paint UTILITY - that is you will get the ACtual BMP which will be recognised as BMP by any other applications.(like word etc). Please Vote High, if you find it worth enough.

2002ASP #7315
Hi-Low Game

A simple guess the number game.

2002ASP #7318
Math Functions Program

This code performs mathematical functions such as finding factorials, permutations and combinations, GCF and LCM, tests for perfect numbers and also can generate a fibonacci sequence.

2002ASP #7319
An Interesting Full Fledged Screen Editor

Highly helpful for editing files

2002ASP #7320
A Simple Count String

Aims to count how many words in the infile

2002ASP #7328
Particle Engine

This program shows how a 2D particle engine works. It's not the best code but it gets the job done. I know it could be greatly optimized but I just needed the code like this.

2002ASP #7334
Profile Creator

It asks you name, age, height, etc. and puts them in a *.txt file...

2002ASP #7335
AutoWallPaper

It automatically changes the desktop wallpaper after specified time. It converts GIF's and JPEG's to bmp before setting the wall paper. It creates two regsitry entries for the first time. Two entries are Image directory: Path of the directory where all image files resides and Time slice. It also creates a regsitry entry: HKEY_LOCAL_MACHINE/SOFTWARE/AUTOWALLPAPER

2002ASP #7333
Finds the Minimum number of 7 numbers

This program finds the Minimum number of 7 numbers entered.

Languages
Top Categories
Global Discovery