Advertisement

Results for "Category: Complete Applications"

C_Volume2 #82329
A Very Simple Number Guessing Game

The Number Guessing Game will generate a number between 1 and 100. The user will have infinite attempts to guess the number.

C_Volume2 #82332
Device Controller

Description: This program demonstrates an audio amplifier unit connectable to a disc-man or the computer. This amplifier unit’s volume controllers have been replaced by customized motor driven volumes connected to the PC parallel port. Now you can programmatically mute the volume / bass / treble of the amplifier or design applications that make creative use of this idea.

C_Volume2 #82354
Easy directory listing

This is an EASY example of listing files in a directory. I got this example from another post, but i could not get that post to work, so i modified it and made it easy to use. I'm using this in a new program i am working on.

C_Volume2 #82364
Address Book(DOS interface)

Learn about all file input/output operations (adding, deleting, editing,serching,rename file,copy file) and also array sorting in c++.

C_Volume2 #82366
MasAsm to Perl Script Compiler

This application translates masasm to Perl then shells the perl interperator. Its the same core as the MasAsm C Preproccescor , just changed to output Perl instead of C.

C_Volume2 #82384
MasAsm interperter and Mas Byte code Assembler

Updated Now Includes a version of MasAsm interperter with a Hash Table. Also includes MasAsm byte code Assembler, and a IDE for you to edit your code and shell the assembler with.

C_Volume2 #82396
CompressHuff

CompressHuff compresses single files using the Huffman compression algorithm. It will compress any text, binary, AVI, MOV or other file.

C_Volume2 #82423
Hotel Management Program

This is simple program to handle the reservation of rooms and to handle the bills for customers in hotel

C_Volume2 #82434
File Hider

C_Volume2 #82442
Multi-Threaded Time Sync

This application syncs your computer to a NIST time server. It uses the masterx winsock class and is fully multi-threaded via my own thread class. All of the windows code is pure api. NO MFC.

C_Volume2 #82448
Programming an operating system

You might always be wondering how ur windows control ur computer from the very start till the very end .. if you want to work on making ur own operating system this is the place for u .. this project covers a small operating system which is open source .. and it is self explainatory i will also add a tutorial on it soon.. link for the project: https://sourceforge.net/projects/moprsys

C_Volume2 #82457
Simulation of Digital Logic Gates

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.

C_Volume2 #82458
OpenGL Example using 3D Objects and Lights

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 If you have any problems please let me know, or if you like the program please vote or leave some feedback. Thank You. - Andrew

C_Volume2 #82461
Tutorial for C++ not comparisionable with these poor tutorial

It 's as powerful as none of today's tutorial. Just test it with ur own wisedom to judge... Professional choice...

C_Volume2 #82469
A cool FileServer

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 NB:Remember to link to ws2_32.lib.

C_Volume2 #82486
A Keylogger

It logs every keystroke the user types, independent of the application they are using.

C_Volume2 #82493
Common dialog with Image preview:

This is a simple common dialog with an image preview utility like the one with Photoshop and paint shop pro... This example uses the _PICTURE_ class which I created to help me using different image formats in c++ like the one in VB The class is based upon another one written in MFC which was posted on codeguru I think , but this one is made small and easy with simple APIs..Enjoy

C_Volume2 #82498
_A Complete Win32 Windows Media Player Window Editor

This is a complete application example of using pure win32 API to create windows (NO MFC!). This program simply Hides, Shows, and changes the caption of Windows Media Player. It is very basic, and it is a nice example of Win32 API. Also shows how to add a custom item to the System Menu(See Screen Shot)KEYWORDS: Win32 win32 WIN32 API api Api CreateWindow RegisterClass SetWindowText Show SHOW show HIDE hide Hide WIndow WINDOW window GetDlgItemText FindWindow ShowWindow AppendMenu System Menu SYSTEM system MENU menu Jaime jaime Muscatelli muscatelli

C_Volume2 #82517
Calender Generator

It's a Calender Generator program that generate the all year calender that u want .....

C_Volume2 #82559
^-Chess Program-^

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 program has some inherant limiatations. First, since only jpeg support is available, I had to make twice as many images (since jpeg format does not support transparent pixels). This program will not detect check or checkmate as I did not have time to implement these features. As you will see, there is no undo feature. This could be somewhat easily implemented. The largest error I made was with the way pieces are stored in memory. They reside within a 8 x 8 matrix but have a wrong orientation. This makes it extremely confusing to calculate the ammount of pieces between 2 positions diagonally. Please read the Orientation.txt file for more information on this problem. Lastly, I have implemented a feature that blacks the screen when the window does not have focus. This is part of a somewhat complex system to reduce flickering graphics. When left unchecked, the graphics will flicker at annoying rates.

Languages
Top Categories
Global Discovery