This program takes a sinusodial wave and tries to convert it to a graphical digital representation, taking into account the sample frequency and bit resolution.
8085 Simulator is a simulator for the Intel 8085 Microprocessor, as it’s name suggests. This program is completely created in Turbo C++, but it’s operation is comparable to any commercially available simulators. The 8085 simulator has a good error detection system, which can point to the specific line(s) where the error occurred .The program is completely mouse driven and it has many components like the Scroll Bar, Command Button, Message Box, Input Box and so on, which are common in the applications for windows. As it’s a 8085 Simulator, this is a comparably long code and will obviously have many functions in it. These functions such as the implementation of mouse, command buttons(as a class), scroll bars, Input Boxes, Output Boxes, loading a 16 color bitmap and plenty of other functions on strings and integers, Number Conversions etc. These codes can also be used in other applications.
It simulates ATM MACHINE...Would say this much only that is a very good piece of code...Just give it a try..i bet you would love it..and please vote for it...
This simple program will let you rename your start button.It has 3 options -> static,flashing and also moving caption on your start button.This project was done using Bloodshed Dev C++
This is a very nice calculator. This code allows the user to enter multiple operations before hitting the =s button. This calculator supports *, /, -, +, and can toggle the sign of the displayed value. This is a good example with a supporting tutorial on how to build it. Src included.
This is the first of a set of tutorials that will build on any preceding tutorials. The requirements for building this program are: 1. Write this program as an application.
This program is to get a salesmans commision pay and all that good stuff you will learn a lot from this example. This is a project i had to do with school so plz dont judge it to harshley
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
A graphical alarm clock. Everything is done in a device context. Program includes shaping a window to a bitmap, drawing to a bitmap in a dc, timers, and other neat algs.
Shows how to use pointers in c++ a simple example that add people to the text file , delete them , retrieve them, ..et.cetera ... its great ..vote me!!
This is a very simple, highly commented application that does the following: it converts currency from one type to another, it calculates your networth and shows beginners how to use functions in programming. It is still a little buggy and am still developing it as a hobby.
Here's another version of Address Book (v2.1). This version supports multi-user system, it has the main address book functions which are: -add person to database, remove person from database, search function, print all data at once or one at the time on the screen, on the printer or into a file, database statistics and a new tool which is the language selection. You can create and add your own language files. It's very easy to use.
It predicts your future based on your birthdate and sunsign. Excellent graphics with mouse support and beutifull use of file handling.Astro.cpp is the main file and extract all files in the folder c:\tc\bin\ast
This application give you a alarm which can shut down/reboot/restart/poweroff the computer at feeded timeyou have to put only hour and minute at computer to be shut down download at http://alok.stormpages.com
You will see, this is actually two apps using Winsock. The one is the file server and the other is the client. With the client you can specify a file to download from the server. It then downloads the file with a speed between 250 - 360 kb/s depending on your network (I could only test it on a LAN)Other cool thing: Multithreading for multiple connections and when you minimize the server dialog, it jumps to the system tray. The system tray code is not mine though - all credit for that have to go to: Damjan Miholjevich
This is just a very simple WINAPI calculator which performs addition, subtraction, multiplication, division, find squate root, calculate factorial and reciprocal of a number (also takes floating point numbers).
A simple turtle graphic program. Tke input from the user regarding the positions of turtle and draw it. You can add more to this code to increase turtle movements.
Another telnet example/chat server. This server has a simple accounting database, ansi colors, and the ability to emulate any connection from the server console. I use the same code as a mud, and will upload that later. (when its done). As far as I can tell its a pretty stable system. I haven't gone too far in depth debugging it, so if you see any major memory leaks or crashes, sorry ;)
Advance File Splitter is a small but powerful program to split files into smaller parts. It is easy to use. Download this program to discover more features in this program. Leave comments and please vote as I spent much time on this project.
This .zip file contains nearly 9 Source Codes written in Turbo C. I didn't have much time to submit them one by one.. So zipped them all and posted them all.Please comment on it!
This is an address diary which gives an additional facility of storing NOTES. I have also included a RANDOM MESSAGE GENERATOR which gives different messages while quitting the program. Please spare some time to vote for this program if you like it.
This tutorial is a basic introduction to windows C++ programming. It is pretty basic and you should be able to figure out what is going on pretty easily. If you want to learn about programming windows, check this out. and
VOTE!!! IF YOU DOWNLOADED IT, VOTE!!! IT ISNT THAT HARD!!!
This is a basic Address Book application that allows the user to add, update and/or delete entries in a persistent data file, using random access techniques. A tutorial and the source are included.
This version of the Address Book application converts to a GUI that allows the user to add, update and/or delete entries in a persistent data file, using random access techniques. A tutorial that shows you how to build the Address Book application and the source are included. The readme file must be read before attempting to run the code. You can download the free tutorial from my site at (http://sumtotalz.com/TotalAppsWorks/addressBk_II_DL.html).
The program implements an airline reservation system with file handling operations to add, view edit and delete; customer, flight, route and tranasactions. Contains a "Windows-like" menu system, HTML output option and encrypted password login. Also shows how to use vectors as a good replacement for arrays
This is a simple graphic application basicly it creates a 3d grid and the user can plot points on the map and connect it with other points and create 3d objects. The program compiles with built in functions for creating a 3d triangle and a 3d box on the grid. Other functions are undoing any actions on the grid and creating a new grid to start over or do a different object. The app is created in Win32 Application Mode no MFC. Also uses BitBlt.
This is a simple program....an address book. It is poorly coded, I know! It is one of my first projects...nothing great, but maybe someone new could learn something...
Blue-Bird ABC is a DOS based text editor that has a beautiful GUI attached for a good user interaction. The zipped file provided is an installer for the software. The software itself was developed using Turbo C++. The source code will also be copied during installation. U can modify it to any extent.
Alright. So you decided that coding a stand alone application is cool enuff, but then again, the possibilities are limited. Now you want to cut the chase and start writing some real deal code where you make your computer bug other computers on a network (Internet for example). Well, thats what you need sockets for. Sockets are channels of communication between two or more computers. With socket code, you will be able to write clients (such as email clients, web browsers, news readers, etc) as well as servers (http, ftp, smtp, pop, irc, nntp, and so on). How cool is that? way! Well, what are you waiting for? Lets start digging our sockets.
An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.
Hi ya all ! This is my first attempt to create an assembler called Universal ASM. And I decided to do it step by step sharing with you all. Please appreciate this effort by voting for me and sending your feedback on this project....
This is a Screen capture utility , i developed this primarily beacuse i had no way of purchasing one , using this utility you can capture either the entire Screen (Desktop) , a specific Window , a Client Window or a Control (eg Button) , this was possible due to the functions in the WINCAP sample provided on the MSDN CD.
This code is the result of a project I had for my MST research class. The 4 constant integers in the begginning of the code can be modified in order to change the dimensions, people, and infection variables. In order to make it run, remove the move() line before the glSwapBuffers line in the WinMain.
This application demonstrates how I implemented the Deadlock avoidance algorithm (Banker?s Algorithm). Deadlock is potential problem in any Operating system. This implantation helps in understanding how the Deadlock can be avoided by keeping track of the safe and unsafe states. The implementation simulates the deadlock avoidance algorithm; we can allocate resources to processes at run time and can see the effect of this allocation.
This word counting app is perfect for anyone looking to learn about Installers, Windows Programming (through the use of WxWidgets, a cross-platform User-Interface), and what it means to actually have a "Complete Application." What is BlakKount? BlakKount is a fully-customizable application (using a basic skinning method devised by me) used to count the number of words in a document. BlakKount also has a secret built-in game, for those curious enough to find it. Everything within the kit is COMPLETELY DOCUMENTED and COMMENTED so its easy to figure out what everything does.
The code is just the simulation of the BIOS setup environment, that you enter by hitting the DEL key during system startup. I have not implemented all the options but those implementesd will give an idea and you will be able to make up with your own versions.
A simple calculator program for windows to demonstrate window creation.. and just shows how to make a calculator :-P NOTE: This is an Integer-Only calculator. it cannot support any floats, or anything higher than an int.
SchmuckDownC is a simple utility to: 1. Shut down Windows at a specified time 2. Shut down Windows after running Disk Defragmenter. 3. Shutdown/Reboot/Log off windows immediately. The Visual Basic version can be found on PSC under the name SchmuckDown.
File compression is useful when transmitting very large files.Ascii text files encode each chracter by an 8 bit fixed lenght code.Such files can often be significantly compressed if instead of this fixed lenght code one uses a variable lenght code where the more frequently occuring characters have short codes and the less frequently occuring characters have longer codes.For example ,a large data file might have mostly digit,space and new-line characters in it.If short(less than 8 bit) codes are used for these then the file would be significantly compressed.A Lisp file might have many left and right parentheses in it.Using short codes for these would compress the file.I used Huffman codes to compress the file .I worked real hard on it and it is long program Please declare me the
Do you use wwwhack like program and have been seeking a utility to process password list or name list file to limit the length of passwords or names? Then this is the utility for you.
This submission is of 3 files. One converts meters to feet. The other converts feet to meters and the 3rd is just a little program that links to them both.
This program will help u get any windows handle and then let you change the window's title through that handle. Gives u a good learning of how to have fun with handles and how to use them..
Designed to protect your Intelectual property. instead of deleting all comments, just code them. It is your way to say 'I am good developer and i comment; Iknow you read my code and don't want to help you to understand it'! The program overwrites source files, the code is untouched but the comments are coded.
ICQ-Pager is a complete GUI-application which lets you send a message to the ICQ-Pager. The downloadable zip-file includes the complete project for MS Visual C++. The subfolder 'Release' contains the compiled and 'ready to run' exe-file.
It can show dates upto infinity at speeds you would appreciate!!It comes with a superb password protection n interactive sounds.It is best than the best..but it deserves some ratings too plzzzzzzz plzzzzzplzzzzzplzzzzzplzzz rate it
This code an complete example of your custom calculator which shows several features of C++.Net such as IRREGULAR SHAP FORMS, form moving using mouse, trapping keyevents at form level, basic arithmetic used in calculators.
a program, allows to load bitmap in BMP or DIB format, using color averaging algorithms make color matrix; using optimal color approximation algorithms transform matrix to another one, which elements are predefined. The result matrix is carpet map. The program allows also editing carpet map. The program has user friendly interface and context help in Armenian language.
This program accepts and saves a>Candidate details and b>Company details and saves all information in two files."search" option is added in this version.
I wanted to be able to execute commands as root without having to su to root every time I wanted to just execute one command! So I wrote a simple program to do this... Yes, I'm lazy.
COMPILADOR is a compiler for arithmetic expressions. It consists of a lexical and syntactic analyzer for a matrix of precedence. This program will check if the expression is well formed and then evaluates it.
A Windows program that runs animation files created from bitmaps composed of the frames of animation, and 2 32-bit ints appended to the end of the bitmap that contain the number of frames by [#columns],[#rows].
This is a dialog based file splitter/merger. If a complete file is being split, a file size for the first file fragment must be specified. The rest of the data of the complete file is dumped to the second file fragment. The program uses a streaming buffer, of specifed size, if a file size is greater than a specified size.
Previously known as Windows Startup Manager, which I've done in Visual Basic, i've converted it to c++, works faster, no runtimes needed and helped me to understand c++ more , still a newbie but do know apis, basically, this application let's you to modify which application will run on the startup and which wont also u may add apps to run, including register , win.ini, and start menu startup folder, it also has a nice class that i made for registery manupulation
This program is a very good and working example of a Address Book. New programmers will learn alot from this code that will help them with future programs. It does a little of everything programmers can do when programming. Rate this code and e-mail if you found good. redhatmandrake@hotmail.com...(*_*) cipher
This is a simple spell checker that i wrote for my computer science class. If you are interested in spell checker algorithms, it uses a pretty nifty one. This code can be adapted for almost any use with minimal effort.
This program will show you how u can Dynamically change a button into a radio button, or into anything else, JUST by pointing and then clicking on it! Hope it helps
Splits files into smaller files for easy transfer. It can split any file and recombine it with ease.It is very easy to use and efficient. Works on all DOS and WINDOWS systems. It was made in Turbo C++ and may not work in VC. Please see readme and vote !!!
This program is a personal journal program designed for a hostile environment. If you're like me, you cannot stand it when people look over your shoulder. This program automatically enables you to type out your own thoughts or memos and have them written to an organized filing system sorted by date.
Manager helps you manage your financial transactions my providing some detailed layouts. Good for anyone learning input output stream, string manipulation, and color use..
If you manage a Lotto Syndicate like myself with a lot of members then you will probably know how much of a hassle if can become to just check your numbers for winners. LottoMan is a very simple application to automate this for you. Due to the differences in Lotto setups throughout the world, the program is intended for the Irish Lotto only.
This small program shows you the CPU usage in per cent. In the zip file is a very good explanation for the code (how does it works). Please VOTE this program.
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.
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.
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
to convert between octal,binary,decimal,and hexadecimal in any possible combination. it uses classes and polymorphism to call the functions through a pointer of the base class.
Improved version. To calculate the chance to get coronary heart disease, based on sex, age, systolic bloodpressure, diastolic bloodpressure, smoking, total cholesterol (mmol/l), HDL cholesterol (mmol/l), diabetes, left ventricular hypertrophy on ECG (LVH) and number of years
This code is a very basic 21 game, it has text colors and its own header file. It is a good example of functions. It is just annother consol game. Try it out and tell me what you think...
This was my final for my intro to computer programming class, it is a console vending machine. It contains good examples of classes, pointers, bubble sorts and lots more. This is also the first program I tried to make Object Oriented. The code is thoroughly commented. Feedback is appreciated (positive and negative)! Thanks for looking!
This is a little program I wrote to simplify my programming actions. I got tires of always typing the full path in my appz, so I decided to make this tool. Add the regfile and place the compiled exe in the dir pointed to by the regfile (standard C:\tools). Simply right-click a dir in explorer and select ==> Copy Path <== the full path is copied to the clipboard. Be gentle this is my first submission :)
Provides code metrics. Given a root dir, it recursively scans sub dirs and outputs the metrics for each .c, .cpp, and .h file. Stats are for lines of code, comments, and white space. Block comments are supported.
Encrypts files byte by byte by modifying their bits. It is not a reliable method of encryption and can be cracked easily. However, it does demonstrate how to easily modify bits.
Loads general MP3 info such as Bitrate and frequency, ID3v1.1 tag and lyrics v2.0 tag. It also saves ID3v1.1 tags. This project was meant to save lyrics tags also but it was aborted so I could start making games. Check it out. Any comments/questions EMAIL ME! Program uses microsoft common controls and demonstrates the CreateFile function (also ReadFile, WriteFile, and CloseHandle).
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
This is a simple clone of the whatis command found on Linux/Unix systems. It should compile fine on Windows systems as well (you may need to modify the source a bit). I don't run Windows, therefore I cannot test it to verify that it will build [correctly] on that platform, however it works un *nix just fine. This is an excellent example to learn string (char array) usage in c, as well as an excellent way to understand file opening, reading, and closing.
This project implements a C-- (a C-like language with a reduced set of instructions) compiler to SPARC assembler. Lex and Yacc were used for lexical and semantical analysis, implementing this way a LALR(1) parser.
This is simple CD player with skin support. Pure WIN API. No MFC. Compiled with free Borland Commandline compiler on Win98. Also compiled with MinGW compiler on Win98.
Its a good looking paint brush made in Turbo C. Made it just to polish my skills. And to help people out there. It teaches you use os graphics and mouse. And is a very well commented and structured code.
Run the client on a pc, grab the ip and have fun laughing your head off when they see the CD tray open/close, clock disappear/appear, and windows disappear/appear, to name a few. It's a great prank for your parents if they are computer newbies! Please use responsibly and only on your own computers!
This sample demonstrates how to inject a DLL into a remote process using CreateRemoteThread. Specifically, this application adds a toolbar to the Windows Notepad application. This program will work on Windows NT, 2000 and XP.
This source is a complete implementation of a calender which can give the calender of any month of nay year & even the no. of days between two dates & day on a particular date
THETICLE COVERS ALL THE ASPECTS OF C PROGRAMMING FOR A BEGINNER IT IS A SYLLABI FOR AN ADVANCED IT IS AN REFERNCE PLS DOWNLOAD THE ARTILCE DONT FORGET TO VOTE FOR ME YOU CAN LLWAYS GET ME ON
CONTACT is an advanced electronic Address book software, with data editing facility. It illustrates FILE operations, SYSTEM INTERRUPTS, ENCRYPTION, DMA, and MENU creation. It can be used in real world cases as data can be edited here,also.
this is helpfull utiliy for the ppl who forgot the CMos password.this program can break both the passwor(user and supervisor).pls rate it and vote for me.
C TO THE ^^^^ !!!!!EXTREME !!!!!^^^^ For a Complete Guide For A Beginner From Client side program to Hardware Programming and what else CGI programming in C++ /Create Awesome Apps for your computer and also for the internet !!!!!!!!!!!!
This code uses the class stopwatch along with the recursion algorithim to Test the speed of your CPU.Enter a whole number and see how long it takes to find the sum.I am fairly new to programing so easy on me ok.If you like it vote for me!:)
I basicly took the source submitted by Jared Bruni and made it usable.This Program will give you the speed of your CPU Output to your screen after 5 passes. Then give you an average speed.
This program is was created in DevC+ + 5 beta(4.9.8.0) using the g++ compiler, now I tried after finish coding it, running it on MSVC++6 and did not work, I didn?t spent too much time trying to figure out why, since I only use DevC++ (word of advice: ( download it (a lot better than MSVC++)) http://aleron.dl.sourceforge.net/sourceforge/dev-cpp/devcpp4980.exe. Now my code is based on C, but I compile on C++ compilers. This program is a heavily modified version of the old Console Log-In v1.0. This time I use my own header, add a few functions in, and the code is working to perfection. I added a read and write support to a file called ? Uplog.dat, where the password and username can and will be user defined. Now before I hear it as a comment: I know this code can be perfected and a few lines of code could be cut out. Also the UPlog.dat is totally unencrypted (plain text), in the next version (v3.0) there will be a encryption put in and useless lines of code will be eliminated. Please post your comments/suggestions.
This program creates a kind of buffer that tracks the last three ctrl+c/ctrl+x operations that involved text. This allows the user to be able to paste the last three text copy/cuts.
NOTE: Updated. Windows program to count down to a selected date. Now up to six dates with a short discription can be stored in the system registry. There is no window menu only a system menu. Displayed as days:hours:minutes:seconds.
cdRW is a front end CD-Burning tool for UNIX systems that uses the cdrtools in the back-end.Currently It supports 1)Copying entire disk 2)Blanking CD-RW. The multisession image buring support is not currently available but will soon be available.
This is my first attempt at Visual C++ programming. As a Visual Basic programmer it took me 1 week of heavy internet research/help file reading/sample file testing in order to figure this out. This code should help VB programmers make their first step in order to become a VC++ programmer. This example demostrates: if then, switch (VB: Select Case), read/calculate/write data from/to text boxes, adding/deleting items to a list box.
An MFC Application I developed to learn more about BitBlt, transparency, and backbuffering. This project uses these techniques to draw transparent images on a textured background. This project also demonstrates a simple toolbar, and menu item.(also enabled / disabled dynamicly) The source code is documented, and should help anyone new to MFC windows programming, Animation, and / or user drawn applications.
If you don't like compiling from DOS when you use borland C++ 5.5.. well this is the solution for you. UPDATED!!! It now compiles windows programs as well as DOS, and can edit CPP source files too!
Simple application that converts characters from one base system to another. For example, Decimal to Binary or Binary to Hexadecimal. I put the functions used to do the jobs in their own namespace in order to keep the main body of the program looking clean.
This replacement for the Dir command has the ability to display all files and directories along with all possible NFTS attributes. Directories are displayed in yellow to make them easy to identify.
Desktop Time is small Windows application that create small and movable window on desktop for displaying time.In version 2 right click bug is fixed. Now right click work correctly.
This is the departmental store management system that I've developed as a part of project in 2nd semester of MCA ... It has many features like mouse programming and much functionalities like adding new product , updating stock , generating bill and view many reports ....
In market, there are a lot of tools for detecting the memory leaks. Here I made a program which has to include in your source file and it will tell the desired informations to find where memory leaks happen.
The purpose of this code is to demonstrate how to write a program to convert Decimal to Binary Number System and Vice Versa. If you like this code please vote. You can also send me an email at jakerpomperada@yahoo.com Thanks and God Bless From Mr. Jake Rodriguez Pomperada,MAED - IT
This is one of my first project as a programmer, the project's main goal was to make a user-friendly level editor for DOOM. I haven't touched this source for awhile as this project was abandoned later and never finished. This source will compile with no problem with Visual C++ 6.0, and there's a line in WinMain you can uncomment if you have a DOOM main WAD and then you will be able to see the textures displayed on the toolbar when you select a line. This code is currently very messy, but it can teach many programming techniques. It can help you learn how to read
I have created this data base program for data base of sharja cup.It is a small data base program and very easy to understand.I think it will help you.(Naveed Saqib)
It will give you a little clock at the dos screen right hand top corner.It is a TSR and very good if you want to get an idea of how a Terminate and Stay resident Program works.
by using this code you can enable or disable buttons, text fields and other things and every thing matter you write on the edit box you can see it on message box and very many other utilities for beginners.
Desktop Environment for pure DOS. Add icons (associated with programs), to the desktop & run them by clicking on the icons. Demonstrates good memory handling, 3D graphics programming, mouse handling using interrupt calls.
This program detects a shutdown by catching the WM_QUERYENDSESSION message, sent to all windows when Windows shuts down or when a user losg off.Run this program directly, so do NOT run it from VC++ otherwise VC++ will interpretate the WM_QUERYENDSESSION message and closes the running program for you.
A DNS client. This is a replacement for nslookup dns utility that comes with windows. It's strengths over nslookup is greater support for DNS records, more flexible reporting options, and a powerful commandline/preset system which makes submitting dns queries a breeze.
I've been searching for a function to download files from the internet, here's an example of use in a simple application that gets list of files from a server, parses it and downloads files according to the file list. results are recorded in a log file
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.
This Prog. crate an Expression Tree for the given unparathised expression, and also eveluates the given expression. Prog. also features the conversion of given Infix Expression into Prefix, Postfix.
Encodes a text file using a modified morse encoding scheme.The result is a valid asm file that can be assembled and linked using MASM (http://www.masm32.com/). The exe will function (though it won't do anything). Running the exe through this program will retrieve the encoded text. This allows you to "encrypt" important stuff (like stolen credit card numbers) into an exe and hide the data in plain site. If the security if this encryption scheme is not high enough for you, you could encrypt the text using something like PGP (http://www.pgp.com/products/freeware.html) first and then encode it with this program. This would provide a two-fold security system for very important data.
The concept has been developed when there was a problem with transporting files through a floppy disk where there is a limit of 1.44 MB. This is developed in order to handle situations where the file is not fitting into a floppy and there is no way out. In this case this application solves the problem. This application cuts or slices the file into two pieces as specified by the user thereby solving the problem of transportation of the required data. The limitations of the code exist as per the coding. The code is developed in the windows environment in a Turbo C compiler and the limitations of this also apply.
Toggles between a fake desktop image of a user researching the Microsoft (MSFT) stock on the NASDAQ and the users real desktop when the F8 key is pressed. Excellent for when you doing on the job that you're really not supposed to be doing! ;)
This program can be pretty useful for beginners and it explains how files can be read line by line, instead of character by character. I have commented this program completely. Please comment on this.
A complete chess playing engine, generally used with WinBoard graphical interface. It is said to be among the easiest to understand source code for someone new to chess programming.
Do others always read your data just because your data is in plain text...Then You need a Encryptor, so qthers can't read your valuable data. Try this cool program(only for .txt files). You Will also need 'file Decryptor, to decrypt your data back. I am submtting 'file decryptor'also.
File Mold can split, merge, compare, extract, inject and rename files. can accept drag & drop files. Uses some WindowProc, All in Dialogs. It also shows you how to use DragQueryFile and shellapi.h
Turboc 2.0 Source code for an interactive File and directory listing/browsing program(for beginers). uses findfirst,findnext functions in dir.h and some othe library functions. Interrupts is used but very few. self study the code
Please don't rate this. This is a submission from a few days ago that does a whois queery. But it also had some buffer overflows. This is the fixed code.
This is a file bundling tool to aid in distributing small to medium software packages. Its very very lightweight. It requires no 3rd party dll's...Just Windows NT..It creates a compressed self-extracting exe. Emjoy.
This is a gui version of a file bundling tool I submitted. It takes a list of selected files, reads them in and compresses them, and create the output file. Clicking on the output file causes it to extract its contents, and run the last extracted file using ShellExecute. This allows you to bundle a certain file that does the rest of the installation work. See ReadMe.txt for more details.
My First WinPcap program brought to you by the numbers 0 and 1 and the letter C. It lists all the nics/adapters installed on your system. If any of the ones found have a live connection, a ping is run against the address to test it. If a url or ip address is passed, tracert is run as well.
This is a program called GetHTML. It does exactly what it sounds like, it downloads the source code for the website that the user enters. The code very nicely written. It is a must see! Don't forget to link it against the libws2_32.a library.
This program run like windows features, have a start buton, Desktop and icons and have a simple program application like TEXT EDITOR, GRADING SYSTEM and a GRAPHICS CALENDAR.
this application shows the uses of graphical effects. Have the application of Grading system, Grapgics Calendar And TEXT Editor program that capable to save and open any text documents.
This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.
This is a basic SMTP mailer that uses a dialog box with edit boxes for input and can send emails with ease. You can download the compiled version at www.geocities.com/thefuturetoday/simpsend.zip
This simple program will open or save 1, 4, 8 and 24 bit BMP or PCX file. RLE4 and RLE8 compressed bitmaps are also supported. The program actually reads a file format and converts it to uncompressed DIB in memory, which can be manipulated easily by adding custom functions. If you have any questions or comments about the code you can reach me at artem_v82@hotmail.com or just post your message here. And if you liked the code, please gimme a vote! Have fun :)
This app is an IP range scanner. It gathers informations like: SMB shares, services, processes, transport protocols, number of drives, groups, users, sessions, remote registry info and much more... It's also possible to shutdown a PC, to open shares and to send messages over the message service. (but only if enabled on the remote PC) Please vote :-)
It shows how easy it is to make a GLUT window and some basics GLUT such as drawing something on the screen(using OpenGL), handle keyboard and mouse input
This is just a very small dos application to help people in retail trade calculate their unit costs/retail prices/percent margins/profit margins. Actually very handy!!! Please send me any comments, criticism, compliments, suggestions, etc. I'm just a complete complete beginner, :(
Guessing game v1.0 was a little program I created for my programming class as well? class work :). It is a great example to people that are learing how to use function pointers, pointers in general, learning how the rand() function work. Well I saw a lot of guessing number programs in here but I didn?t see one that you had the number and the computer was trying to guess it. Well have fun with it, please if your going to copy it give me titles, just don?t call it yours. Please give me a rating and comment please.
Shows how to build a basic hello world app. This is a basic example where we create a static label to express 'Hello World." A tutorial and the source are included.
Shows how to build a basic hello world app. In this version, we show how to use a resource file to add labels and push buttons to a dialog-based application. A tutorial and the source are included.
Shows how to build a basic hello world app. This example builds on the two previous examples to add a menu bar through the use of a resource file. A tutorial and the source are included
Shows how to build a basic hello world app. In this version, we show how to use a resource file to add labels, push buttons, and a menu bar to a dialog-based application. A tutorial and the source are included.
Shows how to build a basic hello world app. In this version, we show how to use a resource file to add a toolbar to a dialog-based application. This version will contain labels, push buttons, a menu bar, and a toolbar. A tutorial and the source are included.
THIS PROGRAMM CALCULATES GRADES FROM ANY NUMBER OF GRADE THAT YOU WILL LIKE TO CALCULATE. IT IS HELPFUL IF YOU WANT TO DOUBLE CHECK YOUR GRADES AND SUCH.
THIS IS AN UPGRADE TO THE GRADING PROGRAM V2.0. THIS VERSION IS V2.1 NEW AND IMPROVED TO THE FULLEST AND CAN TAKE IN LETTER AND NUMBER FOR GRADE LEVEL NOW. THIS PROGRAMM IS USEFUL IF YOU REALLY LIKE TO KEEP A GOOD CHECK ON YOUR SCHOOL WORK.
THIS PROGRAM WILL DO THE SAME AS ALL MY OTHER GRADING PROGRAMM, BUT THERE ARE SOME ADDED FEATURES SUCH AS GRADEPOINT AVERAGERS PROPER AVERAGING OF THE GRADES WITH DECIMAL.(NEXT VERSION WILL GIVE YOU A REPORT CARD AND BE ABLE TO PRINT.) RATE IT IF YOU LIKE IT.
The Host ISO8583 interfase is for connecting a bank to a financial network. Such an application serves as an authorizator for online incoming transactions from such a network.
This program can hook up with windows keybord event, capture all keystroks and put them into a Report.txt text file.This includes a DLL with source code and an example program to use this DLL dll and program are written in MFC. This will be a good example for creating DLL and calling them in your application. Feel free to rate it or mail me shivmsit@gmail.com. I am looking forward for valuable suggestion and comments.
this is a hotel mamagement software developed by me in c during my academics,this is build on turbo c and sockets in c.the use of sockets are rare in c so read and run this code and enjoy learning exp.
This is a complete application for WinNT and '2000 systems showing processes and their open handles. Instead of using a kernel module, the program utilizes some undocumented functions.
Data compression is very popular and widely used thigie today. Huffman compression algorithm is one of the first and simples one, so it's good to start from. This code include code and explanation for algorithm itself and two simple file compression/decompression programms ( just for example)
This is a hex editor for DOS that I wrote about a year ago because I was tired of Hex Workshop's trial period running out. It does the basic things a hex editor needs to be able to do, and it fills my needs.
Help Maker is a handy programming tool for people who make programs regularly in DOS, using borland's C++ but don't want to waste their time programming help for every application they build. Creating help menus from scratch is a task in itself and unlike in windows where a host of tools to create help files are available, dos programmers have to go through the ardous procedure of programming all the visual elements and insering text each time they complete an application.
HEX-VIEW , is a hex file viewer and editor I created for ripping purposes. The interface displays the hex , ascii, binary and decimal value of each byte of the file. The hex values are displayed in 18 columns on the left side of the screen and the corresponding ascii values on the right. The binary and decimal values are shown for the byte selected. I Developed it in turbo c++ 3.1. Should compile with other dos compilers too. If you like it please vote. Thanx.
A generic DLL injector. Tell a user-defined process to inject a DLL of your choice via CreateRemoteThread(); Useful for reverse engineering and debugging to intercept API calls and etc. Also has good examples of using GetOpenFileName(), CreateToolhelp32Snapshot() and more. Exceptional error handling as well, just check it out =)
This project is a Advanced Text Editor Application. It is one step more than just ordinary Text Editor. It is Multiple Documented Text Editor. I mean you can view or edit one or more Text files at a time. Imagine a head ache of viewing two text files at a time in two different Text Editors or Notepad. But here you can open and view or edit two or more text files at a single time. You can even take a print out. Here you can do what ever you want to with the text files.
This project is a fully implemented version of a Host ISO8583 interfase for authorizing request and replying responses back to a Financial Network. Compiled for Linux and Win2000, was also ported to As/400, IBM ILE C++.
IESpy lets u keep a watch on the webpages visited by anybody.It checks whether IE is running and if so logs almost evry webpage visited, another alternative to checking history folder which is genraly deleted by the users.It saves the data in a log file when exiting.Also shows how to implement enum callback functions. Please leave your comments and suggestions.
Compare 2 ini files. Similar to windiff, but sorts according to section and key values and not location in file. Uses mdi with a single multi column list box.
This is the language learning software by Jamie Lutzuver HND student. Its the colour version, still a little buggy. Will not run correctly with win 2000 yet.
This program looks if you're online or not. If so, a timer starts to count the time you're online. you cann also connact or disconnect the internet. when the program starts, you won't see a window, but an icon in your taskbar. by doubleclicking on it, you'll show the program. by clicking with the right button on it, a context menu will appear.
This is a simple ricochet/fire-ball clone. If you are planning to move to OpenGL or DirectX, make sure you know all the concepts here first. This project demonstrates
The source code illustrates how steganography (the concealing of information) can be used with pictures. By modifying the RGB values of a digital image based on the input data, a second image can result. When the two images are compared, the original data results. The compiled code also allows for hiding files inside images. Note that the file size of the images used does not increase.
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely in C++. It was developed as a part of academic project. It will be usefull for those who wants to write thier own OS.
This invisible program records every key that is pushed on the keyboard using hooks. It's invisble for the user and can only be shutted down by Task Manager. The log file is placed in C:\keyboard_input.txt as you see there are some bad-characters that could not be translated by the Keyboard Recorder, but I'll fix it soon.
Code is used as library management(in any college,school or any where else)which uses c++ graphics.In this program u can add,dalate,update the information stored in file which is accessed only by the program.Code also used to handle information about books,in which you can store any number of books,update the information,like code for book author name etc.Not only this u can also issue books to students and date and time is set by the program itself and when student returns the book the program adds the returened entry.
This program changes letters in an edit to another using a key (eg, leet to 1337 :D )). You can also generate your own keys. The window finding system is poor, so it doesn't find all windows at all, but eg. it finds notepad's edit. Should complie with DevCpp.
This program written originally for a digital logic analyzer reads any file on your computer and outputs a text file showing its binary data in the form of a timing diagram, allowing you to see its logic states. You can also set it to create a table of ones and zeros from left-right or right-left, adjusting for data in big endian or little endian.
This is a simple Leet Speak translator. It converts the plain text your enter into 1337 (leet). For example, in Leet Speak, the text "Planet Source Code" would become "P|4n37 50urc3 C0d3"...
This program is great for object oriented newbies. Basically, this program exports four classes to represent different types of linked lists. The base class, called GenList constructs a singly linked list structure (pointer based). The derived classes allow creation and functionality of/with lists of integers or characters. The functions include constructors for each type of object (the list itself); Constructor to initialize a list with an existing list; list destructors; InsertBefore (to create a node before the list cursor); InsertAfter (to create a node after the list cursor); Delete (delete node at list cursor); Reset (position cursor to the beggining of the list); CurrPosition (outputs the value of the node at the list cursor); Advance (move the cursor ahead one node); IsFull (tests if free store memory is available [borland environment only]); IsEmpty(tests is list is empty); and more!
This program will generate lottery results week by week. The complete version will allow the user to input eg last saturdays winning numbers and then run the program until those winning numbers are produced.
Generates lottery numbers according to your customized options. It will avoid any invalid inputs with displaying intelligent messages. This is a great code if you have just started learning how to sort multi-dimensional arrays, generate random numbers, check for invalid inputs, disabling certain keys of the keyboard, write functions, and searching for similar set of numbers.
This is a really cool program. Like an address book it takes in all data --- name, author's name, category, cost etc of a book and stores it in a file.
There's nothing special about the Payment Calculator really. The nice thing is you can control which characters or only a certain number of characters to be entered into an edit control using subclassing. This example allows digits and only one decimal point to form a decimal number.
This is a Line Editor that delas with simple text editiing functionalities. Pressing F1 will provide a complete help about how to use this application. This is basically designed to learn the Graphics in C.
I am a beginner in VC++...This application finds the length of the string entered and also gives some idea about how to use test boxes, command buttons etc., Rate me if you like the code.
It is a market simulator. For the owners of markets. It is used to determine how they can work most efficiently. This is achived by guessing the number of tellers, their working hours and the customer arrivals. statistical data like the arrival of customers per min is displayed. so the market owners can see the way that they can most profit.
I was calculating my grade for my college math class using different scenarios. Eventually, I became tired of clicking logic into the computer calculator. So I wrote this quick program in about an hour to my life easier. It makes use of the STL, so doubles as a great little program to learn from. Hope it helps someone.
Ever wanted to hide windows you did not want you boss/parents to see while u r working(or playing!!!),magic windows let's u hide/unhide windows with ease.My first submission in c++ on PSC .After working in vb for a long time ,found out c++ is way ahead of vb.Absolute control ,that is what c++ is all abt.Please do send me your comments at venky_dude@yahoo.com
Every time you create a program, in C or C++ you have to waste valuable time plugging in code to create a nice menu using arrow keys and stuff. This program is the answer to that.
This code will give you practice with addition, subtraction, multiplication and division. It will also teach you a lot of things. Read the readme file for more information.
For all of you who love to learn how to make Windows applications. Make sure you understand C++ well before learning MFC. MFC programming is what I call hardcore programming.
This is a small example of a windows based calculator. Includes a resource script to design the main window. Basic mathematic calculations are coded. Extra buttons exist if the user wants to further develop it by adding more complicated calculations.
The MendelBrot MFC Threads application demonstrates how to create two threads to build an MendelBrot image. The application uses a Mutex to protect shared resource functions. The Sleep function is used to slow down the Mendelbrot calculations.
This is a Mandelbrot set viewer. It is a little better than what one usually sees. It is multithreaded and has usable GUI. It also saves generated images to bmp files.
This small program allows you to keep a list of friends, families, and other contacts...it also lets you load appointments/reminders for any date selected. One other feature is the text editor. If you have to write yourself a note, you can type it in the text editor and save it to a file to be retrieved at anytime. Printing is also enabled for the notepad section and the contacts section. We were unable to get the print preview to work, but if you print it will format items appropriately. So, print does work.
?In the given article practically all operations on moving group of files from one application to another are described. Considered both reception of files by the given application and transfer of files from the given application in other programs. In the article the operations drag and drop, cut, copy, paste are described. The description is constructed using the demonstration project.
Calculating GST, Producing Sales Summary & Docket for a fruit company. It also provides the faculty of keeping a log through writing the records in a file (optional).
This Mfc application opens a small window that acts as a clock. Even though the application is small, it demonstrates concepts like non-client area cursor handling, time manipulation and formatting, double-buffering without the complexity of OpenGL or DirectX, timer handling, and other concepts. Please vote & leave comments!
This program performs almost all matrix operations like calculating determinant,inverse of a matrix, performing matrix transformations, performing matrix addition, subtraction & multiplication.
Example program for accessing physical memory using the native NT API. The example searches all of physical memory for the given string and each time it is found hex dumps it
NoteXpad 2.0 is the completely rewritten descendant of the original, award winning NoteXpad program formerly posted on this site. NoteXpad 2.0 is a replacement for Notepad (The default text editor for Windows.) and takes advantage of new API calls only found in Windows 2000 and newer versions of Windows. (if you have Win9x/Me/NT4, forget about it)
Number System 1.1 is a good application for converting between four number systems (decimal, binary, hexadecimal and octal). You can convert all 8, 16 and 32 bit signed or unsigned numbers.
This program generates a random number of marbles at the beginning of the game and it is played between the computer user and the computer itself so whoever is left with the last marble loses the game. Hope you enjoy!
It's an operating system build in Turbo C++ 3.0. It really boots from A floppy. Since, PSC do not allow me to upload exe files, you may need those to compile it. You can download those from http://www.geocities.com/sohalnk/download/noskit.zip . Please vote it if you like it.
Another version of of my operating system. This time it displays the splash screen and shutdown screen. Also displays your name all the time. Don't miss it. And Also Please vote for it, It isn't that hard. If you don't get the exe's in the zip file then download it from the folowing link: http://www.geocities.com/sohalnk/download/nos11kit.zip
This is an Object-Oriented Mathematical Parser, that uses STL, original code by Herbert Schildt from his book C++ The Complete Reference 3rd edition, I added functions recognization and variable length variables, you can evaluate with this parser mathematical expressions like:
It is an example of 3D Objects w/Lights and much more, such as Camera Rotation, Light Moving, Keyboard Arrows to move about the screen and etc... You will need GLUT in order to execute program, so you can download GLUT at http://www.xmission.com/~nate/glut/glut-3.7.6-bin.zip
This is a phone book. It reads from and writes to a database of contact information. This compiles with no errors or warnings under Dev C++ V. 4.9.9.2. You can add, view, and browse the contacts in the database.
This is complete application, compiled using Turbo C++ 3.0. The aim to develop this project was to demonstrate the database handling and printing in console mode. You can use it as your personal telephone index. Also this is ideal to give a concept of examination project. The database functionality includes Addition, Modification, Deletion, Recall, Pack, Searching etc within a visual popup list. You can watch the output in print preview (graphics 1024x768) mode before printing to printer or file. Codes are well commented. Please vote me for this code.
The program in the C language is mainly used for performance, but it can also be used to create bit-map files of static paintings. The program is written as an instrument of artistic form and reflects a particular aesthetic. Traditionally ideas such as shading, flat color, or distribution patterns could not be stored in an instrument. But, due to computing, visual ideas can be given a concrete body. They can then be recalled and applied to each other or to a variety of sets of shapes, lines, colors, etc.
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 program is for all the lazy people such as myself to just simply enter how many hours they have worked and their hourly rate and it tell them how much they will be making this paycheck. For more information please read README.txt
This is basic coding, just to help you and I learn about C++ strings, arrays, integers etc. My code prompts the user to enter Name, Phone number, and E-mail, and then as you type '1', you view your stats, and if you later on type 'q' you exit the program. Very basic but a good learning tool. Download the ZIP file.
This Is A Phone Book Made In Turbo C++ .It Has A Cool Gui .A Must See.!!!I Also Tried To Create A Windows Like Environment In Dos For The Phone Book Like Icons And Mouse . There Is A Lot More .
Ever wanted to print a directory listing in windows? This is a tool to do so directly from explorer. Just add the regfile and place the compiled exe in the directory pointed to in the regfile (standard C:\tools). Simply right-click a dir in explorer and select ==> Print Directory <== the full directory listing is printed. Be gentle this is my first dubmission :)
if u want to print a file later,usually u choose the option Print to File in Print Dialog Box of Windows.This will ask to save file in prn format. But when u want to print the prn file from windows, u can't do it. u usaually print prn file from dos prompt by typing follwoing command
The process viewer component determines the currently running processes, threads and modules in a machine. This component uses the ?Tool Help? library that comes with Visual C++ 6.0 (I am not sure about other versions). The component?s usage has been demonstrated by means of a Network Process Viewer application written in Visual Basic 6.0.
Generate any Physics Code with no programming experience . Just compile and run this code , sitback and create millions of physics codes.It is after all a wizard .
This code is to explain how the management of a pharmacy can be made in Turbo C++ 3.0 that runs in DOS. Even if the code is commented in French, you will not have any problem to translate because it is so simple!!!
Totally written in WIN32API, this program is made to search and delete or move the project files created by MVC++ on your computer and it is a good example on tool tips, tool bars and list view control. It also has a good recursive algorithm to iterate thru directories that works on a separated thread.
When gaming on a crappy PC, a solution to increase your performance is: kill all running processes except for those you really need (windows base). You can do the same with services. This program automates this trick.
The pupose of these assignment files is to generate a concept of looping in different ways by different examples.Actually this is the 1st assignment for C++ given to me from uni.
Process monitor can list all processes on a system just like taskmgr.exe and give you a lot of other details about the process like dll's handles ports opened by the process etc.
This simple program (for DOS environment) helps users create designs using basic shapes, reopen and edit them, and also save them. modest attempt to implement 2D graphics algorithms.
This is a small program that I have written using snippets of source code from a C++ book and some snippets (lol) from Borland's Turbo C++ (1.01) compiler. You can run a program from PrProgram, and you can delete a file from it as well. As far is I know, this only works on Turbo C++ 1.01
This is a different version of my earlier program Eight Queens, which was written in Java (and is available on planet-source-code.com). This time the program will let you choose the dimensions of the board (from 4 to 11) and place that many Queens on the boared specified by you.
To save time during computer operation, no more pushing the traditional start button then point at accessories etc.... this is best for new computer user.
This is another program i did last year, for a project in school, mainly to learn how to use winsock. It turned out to work fairly well, and was a lot of fun. It is a Remote Administration tool, you run RA_Server.exe on their computer (or run Setup.exe to automatically make it run at start up, in stealth mode), and you connect to their IP with RA_Client_Win32.exe. It allows you to: Make their computer beep, open/close CD drive, browse the computer directories and copy files from/to the computer, execute programs, make a messagebox, hide/show desktop, hide/show task bar, show running programs/terminate programs, logoff, restart, shutdown, and execute system commands. I wanted to add more features to it, like connecting to multiple computers at once, and making it multi-threaded, but i never did get around to that. You must link to: libws2_32.a and libcomctl32.a, this was programmed in Dev-C++
This time i decided to do some system programming and i made rm utility widely used in unix. this utility has all option implemented as that of unix rm utility or you can say it is almost same type of unix rm.
It store the name ,address and mobile number and we can store reminder on it. when if any reminder in present day then when we execute this program it check reminder's date and system date if match found then it remind us about reminder
This code show the directx set up code and with addition roll a dice game. This is good tutorial for beginner in programming directx. No sound, tutorial doc include.
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 !!! ).
This program is intended to be used by HAM radio operators that store on thier computer many frequencies and data about them. It puts the inforamtion into an 'organized' matter and allows the user to search through it. It contains a very useful search algorithm that makes the interface feel less like DOS.
This Application displays the use of the reporting functionality found in Visual Reports. It displays all Unbound Reports - the programmer feeds the data into the reports using DAO. To run Application, the programmer will need Visual Reports installed. - report writer -
This code generates a random password and it is a good example of how you can use a rand () function and a WINAPI functions for mouse and keyboard inputs.
Need icons from files other than EXE/DLL/ICO? Well, i did it. Now you can use my code to retreive an icon from any file or folder! I needed this code for a project I am working (which will be posted as soon as i'm finished) and I could not find any code on PSC to help me. Only code i found was for EXE/DLL/ICO icons.
This Code is used to recoganize the numbers. It can also be used for understanding mouse programming in c++.You can also teach your way of writing to the recoganizer so that it will understand your writing.........
To educate developers on the use of RSA public/private key encryption. This is an extension to the rsa_dll.dll posted by Hariyanto Lim on planetsourcecode.com.
This program simulates the shop by adding and deleting users from the stack(represented by a class). This program does not have a practical usage, but it does show that OOP can make code really readable.
The purpose of this program is to demonstrate how AntiVirus programs work at a very simple level. This program has two parts to it. The first part contains a detection writer which allows the user to create detections based on string and CRC values. The second part is to actually scan the file and report whether it is a threat or not.
SmartStartMenu for Windows essentially gives you a way to turn the process of running almost any program into a two or three key-stroke effort. Maybe you are wondering why one would want to do that when you can just make a desktop shortcut or a 'Quick Launch' toolbar item and I'll tell you. SmartStartMenu lets you run almost *any* program that is on your 'Start' menu in just a few key-strokes... not just the ones you use the most. It shows you a matched list based on the criteria you have typed to help guide you in real time. Since it is based on your 'Start' menu you can configure it through your 'Start' menu and reduce clutter on your desktop and your 'Quick Launch' toolbar. I like to use my desktop like a real desktop... I keep what I need for my current tasks at hand. I don't want my desktop all cluttered with shortcuts to programs. With a little tweaking of your 'Start' menu you can configure any program that you want to be run by any three or four letter key-stroke that you want. As you type into SmartStartMenu a type ahead style list is generated on the fly from your 'Start' menu. Select the desired item (or just press the 'Enter' key if the item is already selected) and the program is started just like you had selected the 'Start' menu item directly. It is actually VERY simple. You can also type a path to open explorer, a web site to open your browser, or a system command such as 'cmd' or 'mspaint'.
By entering std code OR city name, you can find city name OR std code respectively. Nice Graphics. I have created setup for this program, you need to copy files and run the setup.exe on your computer. In trouble read 'Read Me.txt'.
Microprocessor 8085 Simulator features a very user friendly and intuitive Simulator under Windows. Some striking features are: *Complete transparency of registers, RAM memory, IO Memory, status flags etc. *Includes a built in assembler that translates the given mnemonic code into machine code for 8085, with very efficient error handler and input validation. *Single Step Operation for efficient Debugging.
This program to development keylength till 9 digit : 1. Key exchange 2. Plaintext --> |Encrypt| --> Chipertext 3. Chipertext --> |Decrypt| --> Plaintext
Some Smart Card Tools. This is (Beta)Version 0.0.1 I'm still programming on it. Works with Towitoko smart card reader/writers other not tested yet. -There is just one Application yet. and a example. But i will add GSM support and a User-Interface soon.
Here's is a program created for stealing digitized sounds from video games. You can import ANY file, listen to it and extact parts of the file as wave files. To get a feeling of how it works, simply open a real wave file and play around with the program. Note: This was one of my first programs for windoze and is therefore NOT an example of good programming style. However, I hope that somebody find it useful.
This is a spreadsheet.It calculated formulas & has graphs.It uses verious useful function such a string to int converter, A menu maker(in dos), a fromula function etc.I programmed it in Visual C++ but the only extra libary I used was <windows.h> the oter include files would work on any compiler. It would not be Hard to change the functions that use this libary. You could use graphics.h instead. I had put this program up late last month but the server broke down & the program was lost so I have put it up again. If you want me to write a tutorial on the code in here just say. Thanx, PS please vote if you like it
With this code you can split files into smaller pieces and then you can combine those splitted files together. It is very fast (for 300 MB file size takes only one minute and a half to split). This code includes the file checking too, so when you split files and then combine them together the program will check if the combined file is the same as the file you have split.
The second in a set of Creating GUI based applications without the use of MFC or Straight Code. This one elaborates on the code in the previous example, showing how to manipulate listboxes, Adding items deleting selected items and clearing items.
A program is required to input, analyse and output student records for an up to 20 persons class. Every student record consists of a student identification number, a student name, and the number of credits completed.
SimpleCalc is my second C++ program. It can add, subtract, multiply and divide. And it uses a simple menu. It's great for beginners and covers functions, switch case, and more.
This is an AOL chat fader....it sends the users text to the aol chat room faded using the selected, user defined, fade scheme....it also has several other features.....
A basic simon says program. Scoring is based on the number of time you go before missing. you'll get the drift. It was done in Turbo C++ a while back as a class project. Yes the music is ripped off.
It's a screensaver skeleton for anyone who wants to create a screensaver. The screensaver screen is blank when executed. You can add your own stuff to it.
This program converts source code files such as .cpp files, .h files, .asm files, as well as text files, into html files that can be published on the web. This is version 2.0. Version 1.0 had some serious defects, so I rewrote the classes entirely from scratch.
This code does multiple things.Apart teaching u nice screens with most basic technique,this program uses dir.h to serch for file.assign templates to temporary files etc.it still need some work in the first option.
Useful SQL editing tool. Uses ODBC for backend connection, so the program can interface with any database type. I've used it successfully with both Oracle and DB2.
Users can draw Simple Digital Logic Gates with this program. The specialty of the program is that the circuits can be drawn, modified and the outputs obtained with the inputs given through the MOUSE. Help, which is provided along with the program, can be invoked with the click on the ??? button.
Ever lose your source code but still have your executables? With this program, you will never lose your source code again because the source can be extracted from the executable.
This is a simple SMTP Client that i have made. I Have started socket programming 2 days and i think is very usefull for anonymous e-mails.It is programmed in MSVC++ 6.0. Vote !!
ShipCalc Wizard 2.0 is a simple program for creating a single or multiple item (i.e. dutch auctions) Java Script US Postal Service Shipping calculator for your eBay auctions or other auctions (Will not work with Yahoo auctions since they do not allow javascript). The calculator supports Priority, First Class, Express, Parcel Post, Media and Bound Printed matter mail. The complete working program can be downloaded from my website at http://personal.lg-internet.com
This code and the accompanying tutorial show you how to make a screen saver using three functions. I wrote the tutorial and coded the project after reading about six screen saver tutorials on this site. NOTE THAT YOU MUST RENAME SCREENSAVER.EXE TO SCREENSAVER.SCR BEFORE EXECUTING IT, OR IT WILL DO NOTHING.
Superior ASCII is a complete ASCII conversion application converting inputed chars to ASCII and inputed ASCII to chars. The user can convert either a file or console input, so this is a pretty useful application. It can also display two complete ASCII tables,
This code runs an AI simulation that I coded for a competition in 2003. It shows how to use DirectX Graphics, Sound, Input (Keyboard) as well as file handling and some collision detection type routines and basically can be altered to make a game if thats what you want to do! :)
A simple foreign currency trading application using the FIX protocol (www.fixprotocol.org) as well as demonstrating multithreaded socket and ODBC programming
Software is designed to manage student registration system, with a facility of adding, modifying, deleting, viewing, searching, and analyzing a item stored in system.
Saturn ftp is a ftp tool.You can ftp any files from your system to any remote system.you can save a list of files which commonly ftped to other system very use ful for developing projects.The code also gives you a good knowledge on how to use many of the MFC's like
I decided to write a very basic webserver as a learning experience. It ended up being fairly easy and I thought I would paste the code incase anyone else is interested.
This Dev-Cpp C++ Project allows you to package a set of files, including a setup.exe file, inside a self-extracting exe file, which when run, unpacks the files and runs the setup.exe. The interface displays your included .bmp image, with button click areas, and it is simple and attractive for the end-user. This is a somewhat finished project, but could be modified or used for examples of how to do some of the things it does.
Sami is an Expert System (Virtual Doctor). This is my final Semester project for M.Sc. This project in development phase. When i will Complete it, I repost it here. Comments and changes are invited about this. If you like my efforts, Please vote for it.
This application is a complete user interactive console based random number generator that generates as many randmon numbers as the user needs. The number generator is in class format so you may instantiate it in your own applications very easily
To solving Traveling Salesman Problem(TSP) for 10 till 100 city with localsearch --> fitness --> selection_crossover --> selection_mutation --> crossover_pmx --> mutation_bim --> cluster_offspring_crossover_mutation --> localsearch2 --> show_population_new ...(looping as max generation). The aims of this program is to find path/distance minimum to all city.
The purpose of creation of this application is to bring forward one of the most common and essential aspect of travelling around India in a simplistic and generic manner
Basicly, this is a text based rpg. I think it's primary purpose it to develop my own coding abilities, but other beginners can use this as an example of how to take what they have learned and develop it into a seperate program. Last revised on 11-30-01, Now you can fight bosses.
Hey guys , please vote for this one. This program can create any math c code using a few details from user. Create many physics and maths application in matter of seconds. The Gold Wizard is here.
UDIS86 is a disassembler for the x86 platform which can disassemble 16/32 bit binary (and common executable/object) files to AT&T or NASM syntax. UDIS86 aims at being a truly universal disassembler, in the sense that it will be able to disassemble any binary/executable/object file format under the sun.
I wrote this program for my final project in Intro to Assembly. It takes an assembly file as input and creates the machine code for that file. It outputs the machine code to the output file, which is a bin file.
This is pure Win32 API. No MFC!! I also made this program by hand, no Visual C++ tools. Great Learning Example!!!! This program demonstrates the use of Video for Windows (VFW). It displays video from a webcam and can capture video in a .avi file. It also demonstrates the use of regions to make windows of different shapes and implements the save dialog found in the common dialogs library. It is extremely well comented. Please vote if you like it, otherwise, tell me what you think or what could make it better.
This is a cool program which represent a real video store. You can register and create account and rent videos and dvd just like a real blockbuster video store. There is also protected password and cool color to it.
VersionBuilder is a programm that validates application version, build number, build time and build author. Compile the code, copy version.exe to your bin directory. Create yourapp.ver file and include it with #include <yourapp.ver> into your code. Add "version.exe yourapp" to custom build command line. Type something like "Validating version..." in Outputs field of custom build. Compile! APPNAME, VERSION_NO, BUILD_NO, BUILD_TIME, BUILD_AUTHOR macros are now available.
This software allows you to monitor and/or modify any function of a process, and call process function getting result and output parameters. This can be done for any calling convention (stdcall or cdecl), and for API functions or executable internal functions.
This code generates a wordsearch from a users requirements. The grid can be any size you wish, and you can have as many words as you wish. It supports all 8 different orientations (horizontal, vertical, diagonal one way, and diagonal the other - x2 (forwards and backwards). Also exports the completed wordsearch to either a text or a csv file.
This program can create windows: add buttons, edits, progressbars and such. (Though, its simple, so not many specials added) When you have created the window, you can export is as win32 code, or save and modify later. It complies with DevCpp at least. Contains the project data too.
This program is intended to automate standard windows tasks. This is not a program scheduler, its meant to work in tandem with a scheduler to allow more versatility in any scripts that run for system maintenance or other regular tasks. What this program will to is allow you to create a list of input that can be run to simulate a user working on the system. Based on a script that it will load and run. This program will generate mouse clicks, keystrokes, and other basic user input. Since most windows programs are graphical in nature and very few of their features can be accessed through the command line most of the scripting ability for windows is severely limited, by using the built in schedulers and this program the intent is to permit a more powerful scripting ability to windows. This program is still incomplete, but the basic functionality is there and it gives a good look at this style of automation. I will update this entry as I make improvements to this program.
A basic sample calculator. Only designed to use integer/long numbers. Uses integer round-offs when necessary. This simple example teaches how to use buttons, edits, and character buffers in a Win32 application to handle mathematical equations.
Simple Win32 dialog application. Creates a separate thread to execute the encryption/decryption of the file, also uses a mutex to know if the thread is still executing if the user decides to close the app...
Well all this ASM talk was getting me back interested into asm, although i've only used a86 assembler for x86 procs, I've been spending the last few days using masm32 which is a windows 32 bit assembler, which blows away C speed/size, this is a 4k windows file with a wndproc, it doesnt do anything but its my first prog based off the masm tutorial, im working on a port scanner conversion from one i wrote in vb with no bugs, its nearly 300 lines of code, ill post it if this gets enough feedback, anyway enjoy the code, you need masm32v7 to compile it. I hope this tutorial gets people interested with the control you have, vb, c/c++ is an interpreter language that converts to machine code then a binary, asm is pretty much direct machine code, which you can do ANYTHING, and even use opcodes/mnemonics, and directly edit memory, you could probably completely destroy things if you messed up though hehe, it lets you write bad sectors onto your hdd, or really screw your memory, anyway here.
Essentially, this program solves wordsearches. I created it because I was tired of solving the wordsearches that teachers create on the Internet (they are simply too lazy to give us a *real* assignment).
WaveReaderDEMO is the wave file editor that I am working on. It is nor completely finito yet, but I need feedback about the code and design. So your valuable comments are appreciated...
This is for someone who is just starting on C++ you can learn to make ya own win32 console application. please vote for me when you click this just scroll down and you will see vote
A very quick winzip type program. The main purpose was to store a collection of files into one file. I called this a "chunk" file, or chu file. The compression was not that important so I just used the rdc compression method. The idea behind it was for game development. Nobody wants a whole bunch of lose bitmaps or wav files just laying around. Its much nicer to have it in some sort of archive. This source code is the basic winzip type approach. But the class's include could be very easily used by a game. Think of it like the doom wad file. Btw this also works quite nicely for a very small user profile program... In the way that you can easily add bits of memory as files to the chu file. Nice for save games and stuff like that.
I've done alot of hard work to bring you an easy way to use winsock in your applications. This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc.
Window Force+ acts as an alarm allowing the user to set the time by choosing a time in a DateTime display, user can choose the action to perform once the interval has elapsed including System Shutdown, Reboot, Logoff, Custom Message box, and to even play a sound. Example also shows the use of Shell Tray API.
Sits in the system tray, and feeds out live QuickCam pictures through a built-in web server. Can also save pictures to the desktop. Uses VFW, so it can be used with a variety of cameras, not just the QuickCam.
The purpose of this code is to explain WHAT a Win32 application is, what the DIFFERENCE between a Wi32 application and a console application (aka "DOS-BOX") is, and show the user HOW to create a Win32 application.
This is a simulation of the Windows restoration process, used to restore Windows and delete drive C. It is accurate as I used my computer manual to see pictures of the dialogs. The real restoration process is accesed using the restoration CD(s) that should have came with your computer or by using the actual Windows install CD(s). Enjoy, and this is only a simulation. It will not change any drive in any way at all.
The program accepts 6 letters and returns all words that can be made from those letters, length 3-6. The code includes the highly comprehensive YAWL world list, but a utility is provided to allow the user to incorporate an alternate list. Please vote for me!
The purpose is to get the windows uptime and display it on a label on a form. The uptime is updated every second by a timer. Everything is done through pure windows API.
Window Log is a program that makes a record of all top-level windows open at a certain hour and minute of the current day. I would very much appreciate any comments regarding this submission.
A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code(Its not commented as much as it should be, I will try and fix this later)
This is a Win32 program,it simply demonstrates how to draw lines in a window. Basicaly,you draw a line by clicking somewhere on the window and while the button is pressed,you simply move the mouse to a new position and then release the button
This is a Simple Tally Program(uses Graphics). It takes Income & Expenses and stores it.Lets you Delete them. It also performs a relative Comparison and displays it using 3dbar graph. Please give me your comments.
This is Simple DOS Calculator. It uses Graphics to display buttons and textbox. Understand the code and put some more function of your own. It really small and easy to understand. Please give me comments.
This is a Hex,Octal,Decimal,Binary Converter in DOS. This program uses mouse & it is like Windows. The Program is Simple & well commented, compiled in Turbo C. Please give me your comments and rating.
This program will allow you enter in however many coordinates that you want to plot and connect then to make real cool pictures. I have included 2 examples to show you what i mean. You can specifty each line with a color.
This is a very basic 2 player chess program. I was required to make a graphics program for a computer science class using the CMU Graphics package. While this is an easy to use package, it is limited in it's uses.
This is a little program I wrote to help me obtain exact coordinates of the mouse and keyboard data in the form of hex values. It also keeps track of window focus.
This package comtains a half way done decal macro program. Decal is a plugin loader for a game named Asheron's Call. If you have no interest in this game, then this program would mean nothing to you. I am uploading this because I have yet to find any decent information about developing Decal apps. NOTE: I have not touched this code for months and don't know if it still works with the most recent release of Decal. Also, I don't take responsibility for anything this does to your character.