Advertisement

Results for "Category: Complete Applications"

ASP_Volume2 #40411
_Whois v1.0

I wrote this application because I always wanted my Windows machine to be able to run a Whois query very easily, like a Linux machine can. With this app, you can place it in your Windows directory, and at any time, type 'Whois example.com' on the command line, and receive a Whois report, with no hassle. Uses a CSocket derived class for data connection. Demonstrates how to use Archives with Sockets to perform data communication between 2 remote machines. Please do not hesitate to give feedback! I always love to read it :)* Update August 30: I have changed the way the app stores cached Queries. Instead of limiting saved queries to a certain number, when the limit is reached, it pushes the last one in the list out, and replaces it with the new Query*

ASP_Volume2 #40420
C++ Intro...

This tutorial has been made to give an introduction to new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials. So this is the first lesson.

ASP_Volume2 #40445
_Console NotePad (Alpha Version)

This program is a console word processor that replicates Windows NotePad. So far you may only open text files and move around it. Editing feature will be added soon.

ASP_Volume2 #40482
Shell (v2) for Borland C++ 5.5

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!

ASP_Volume2 #40511
file compression

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 winner of this new year.

ASP_Volume2 #40517
Any window can be fooled around with by getting it's handle! this shows u how!

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..

ASP_Volume2 #40518
Alarm Clock that lets you set a personal message!

A cool and easy Alarm clock, that lets you set a personalized message and uses an API function to call alarm wave file. An Excellent way to learn how timers and controls work, and how to work with the mmsystem.h header file for sound playing functions!

ASP_Volume2 #40527
ICQ-Pager v1.0

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. The sourcefiles are fully documentated, so this is a good start if you want to learn something about basic GUI- and winsock-coding. The code does not use the MFC, just standard WIN-API.

ASP_Volume2 #40531
Win32 - Winsock IP Chat (1 on 1 peer to peer connection)

Heres a little Winsock IP Chat. Using a rich control. A Perfect example if you dont know how to use winsock.h

ASP_Volume2 #40550
Animator

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].

ASP_Volume2 #40553
Kaun Banega Arabpati ? ( Who want to be a billionaire ? )

1. Credits ~~~~~~~~~~~ Written and developed by Jayant Kumar Gandhi. For more question sets mail me at kbap@jayantgandhi.com Or visit me at www.jayantgandhi.com 2. Installation ~~~~~~~~~~~~~~~~ Unzip the 7 files to any directory and run Kbap.exe Data.dat Data2.dat Egavga.bgi Kbap.exe Pallette.col ReadMe.txt (this file) Softrock.fnt Make sure that all the files are in the same directory. 3. Troubleshooting ~~~~~~~~~~~~~~~~~~~ Make sure that all the files are in the same directory. Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc. Please report any problem you experience to prob@jayantgandhi.com with "Problems using KBAP" in subject line. Hope that you enjoy the game. If you do then please give me your feedback at feedback@jayantgandhi.com or visit www.jayantgandhi.com.

ASP_Volume2 #40563
ATM Machine

Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.

ASP_Volume2 #40572
Win32 - How to make a Windows Program in Pure C! Buttons,ListBox,Static,Icons,Menus, and More!!!

Here is an example on how you can make a windows application in pure C. No C++ is nessicary, and the source file contains the .C extension. This shows you how you can create icons, menus, buttons, listbox, combobox, static labels and assign them id's and process messages without subclassing each one. This is really good example if you only know dos programing!

ASP_Volume2 #40576
Award Winner 2D to 3D converter v2.0

Last Month's award winner program is back with a bang.The new version 2.0 now supports mouse so drawing images with curved lines becomes too easy.By downloading this program you will learn how to include mouse ,convert 2d to 3d and lots of other things.Please vote for me Visit www.gauravcreations.com for more cool programs in vb and c/c++ .Please vote

ASP_Volume2 #40591
ADvanced text editor

An advanced text editor with a parent window and child window. It as a tool bar and a status bar.

ASP_Volume2 #40596
Pic2Text

This program takes in an image, and outputs a fixed-width text file that visually resembles the original image as close as possible.

ASP_Volume2 #40598
MMA (Mixed Martial Arts) Character Editor

This is the character editor for a video game I am working on. I wasnt gonna upload this but I havent given out anything in a while so I though Id share this with you. It contains about 1,500 lines of code. This isnt one of my new open source projects, its actualy part of a game thats being devloped for use over the internet. ( I got like 5 different programs on working on at once, talk about overload!) The MMA simulator is a winsock DirectX game, that lets UFC fight fans player each other via a special winsock chat room. The character editor is how they can create there characters, almost like trading cards to trade with one another. The interface for this program isnt all that great since it was designed to only get the data form the user =). What it does, is have a list of different inputs, which are then translated back into the fighter structure, which can be saved and loaded as a binary file. The game engine, reads the fighter structure from the binary file, matches it with the approrpiate graphics, and there we go, we got a new individual fighter with new stats. You can probaly get some cool information out of this like, saving/loading structures as binary files, common dialogs, splash screen, and some other nifty features. Note were looking for more graphic artists to help out with the characters fighting animations, so if your interested go ahead and give me a message. =) see ya.

ASP_Volume2 #40607
MemBrowser

This program targets a specific application, and allows you to browse its memory. Writing is also possible. To target an application, place your mouse over its window and press Alt+T. To seek to a specific address, type the hex address in and press "Go." ^? and v? scan up or down, respectively, for values that are not zero. ^^ and vv scroll up and down a page. ^ and v scroll up and down a line. * refreshes the page. It needs work, but that's okay.. It's just an idea.

ASP_Volume2 #40611
_all_about_serial_ports

This is one code which will explain the new programmers how to play with serial ports ... just have a look it is simple yet robust ... regards harpreet

ASP_Volume2 #40621
Doom Intergrated Editor (Doom Level Editor)

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 a large binary file such as the DOOM wads, it can teach you how to draw lines and different shapes with GDC, it can teach you how to write a full-blown Windows program without MFC, using the Windows API. This code can also teach you how to implement a large dialogbar, how to draw bitmaps and other types of images on a Window, open routines (Save not implemented fully), apply modes to your software, most of all, it's a fully-functional software coded in C++. If you like this code, please vote for me :)

Languages
Top Categories
Global Discovery