|
A Simple C++ Program to demonstrate how ATM machine works
|
Other links at C and C++ > Scripts and Programs > Miscellaneous |
| 1. |
Tech Helpers Help
|
|
|
This program allows you to copy the whole content of a text file to the Windows clipboard. Its a great help if you work a lot with texts stored in files. The original idea came from a friend, who works as tech. helper, and he has to send e-mails all day to clients. He has some template answers, but until now he had top open these files, select the whole text, and copy their content to the clipboard. With this prg. it can be much more simple: just associate a file extension (for instance .ccc) with this program, and then double-click on a text file (which has this extension). Its content will be copied automatically to the clipboard.
|
| 2. |
AGInstaller
|
|
|
AGInstaller is a script-based tool that creates professional setups. It has the gentlemans set of features such as multilanguage support, numerous dialogs, an uninstaller, registry and INI modification, Start Menu shortcuts, files compression and more. Setups can be packed into one SFX setup file for easy distribution. The size of the extractor module is only 46k overhead over compressed data size.
|
| 3. |
eLouais Matrix Screensaver
|
|
|
The classic green text matrix screensaver. The code uses no bitmaps and relied on the OS system fonts to paint the characters. With a bit of tweaking on the source code any character set can be used to display the streaming text and not only the simplified Japanese characters or Windows system font.
|
| 4. |
MapPoint MatchMaker
|
|
|
Computes both drive times and mileage distances. Clear, colored output display as an Excel file. Highlights erroneous addresses in red in the output file. Works will all versions of Microsoft Excel from 97 on up. Dynamically updating progress indicator. Works with both MapPoint North American and European Editions, 2004 versions. Specify the output format in either columnar or tabular format. Specify time limits for the batch routine process.
|
| 5. |
Copy Text To Clipboard
|
|
|
This simple console application copies the first parameter to the Windows clipboard. If no parameter is given, an empty string is copied to the clipboard, i.e. everything is erased on the clipboard. This application is based on another project of mine -- Copy Path To Clipboard --, but even simpler.
|
|
|