This is an address book program that stores name, adress, phone, and email. It uses an address book class to implement it. Lots of comments, and easily customizable. It does NOT work w/ borland. It isn't finished, but 95% of it runs. Check back for updates every week or so.
+ Creating ActiveX DLL's in VB (and compatability issues), + Creating DLL's in C++, + Using ActiveX DLL's in VB apps, + Using Non-ActiveX DLL's in VB app and C++ apps, + Loading DLL's DYNAMICALLY in both VB and C++ (Good for plug-ins), + Calling a function by a string (Good for scripting programs).
File shredder overwrites files using a myriad of options, including multiple files along the command argument, passes bewteen 0 and 32767, DoD passing, zeros, and fast random data. see the file for details. I would greatly appreciate any feed back whatsoever. Kahuna149@yahoo.com
This is a very simple applcation for Base64 enscription where i have used MFC for interfacing and very simple base64 encoding class. hope U all will like it to use it this class in various application like mail app attachments etc. this app will teach you to use CFile class and Open DialogBox for File..
This program converts any binary file into a GCC object file, which can be linked into your program. All credit goes to Darkfader(http://darkfader.net) as he actually made this code. I am just showing people his wonderful code. His c++ tools are here: http://darkfader.net/toolbox/ All tool zips contain source code for them.
This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming.
The purpose of this file is to take a binary file & remove the carraige returns replacing the file in ASCii so it is workable/viewable, the source code is fully commented to take you through every step of the way...
This is just a tiny little simple program for reversing the order of *.TXT files. Reasons why you would want to do that can be read in the readme file.
My code Merges two Files together and puts them into a single file.It is a windows proggie but the code will also work under dos or other os's.PLEASE VOTE!
This program is used for entering expences that require payment like (phone bills) ect. Your able to check progress on bill payments by knowing how much have been paid and the balance left for each event.
This program collects all the information of a candidate and saves in a file.You can add new entries or view database.I'll update the program in a few days where there will be operations like "search" and "delete"
Memory mapping is a powerful mechanism Win32 provides to implement shared memory and also to access files though a simple memory pointer without having to implement your own home brewed buffering mechanisms. As an example its as simple as calling
CFile64: A lot of developers may not realize that parts of the Win32 SDK already has some 64 bit isms. An example in kind is the API provided to access the file system. Currently the MFC CFile class hides this to provide a lowest common denominator approach to interacting with the API. If you do have occasion to use the 64 bit extensions then you will have no doubt cursed Microsoft when you start to use the raw SDK calls. This class is an attempt to provide a more OO interface to it.
For developers who use MFC this is a freeware DDX routine which subclasses an edit control to allow you to easily specify a directory (also known as a folder in Windows 95 parlance). The routine is most useful when you want to specify a folder from somewhere in the user interface such as specifying a directory where a bunch of output files will be placed.
Hi its the same program as I submitted the other day. Apprantely the file was corrupt & think there was also an error in the code. So here is the new file I know the code compils properly but if the zip file is still corrup please email me. Ok to the new people this is a program that asks a few questions & depending on your answer can build a Win32 app Window,Menu & Dlg. SO depending on your answer it writes to a file ( which you input) a Win32 window. I have used this program alot when creating DirectX apps because I can't be bothred to write the window all the time so this does it for me, I am sure it would useful in other api's as well. Anyway hope you enjoy the code :)
A complete FILE IO library. The CGX_File object can be treated as an array of characters rather than a file which can accessed using the [] operator. The IO operators such a << and >> have alos been implemented...
This is a little utility I wrote. It will search through a specified text file for a string, if it doesn't find the string it will append it to the end, otherwise it does nothing.
My code demonstrates the common method of copying files in code, and the right method for doing it. The commonly used method I see will sometimes fail if the file is an executable or an image file.
in this code, it will do some calculation about First Come First Serve,Shortest Job First,and Shortest Remaining Time First algorithm.it will also interact with file which created to store user input.
(Updated)*(You can now call the function more than one time without getting the last string in the new one)This little header file retrieves the file name off a long file path with extension.
converting CSV(comma separated values) files into HTML tables. The code is simple, clear and thoroughly documented. also includes a CSV file for you to test with
This Program will keep a members first name, last name, phone number, email address, and comments about them. You can add members, remove members. Also you can load, and save this member address book to file.
A very simple employees management system for a pizza home delivering firm. I made this as a project for my school. Very nicely coded and easy to understand.
It's a system to keep your telephonic contacts information computer. The software has been made in C++ language and uses a GUI environment to add, update, delete and search contacts.
This is an example of one method of loading HTML files compiled into your exe as a resource...This allows you to compile your application's help files directly into the executable and load them from it at run time....pretty cool trick ehhh?
Store, Search, Edit and Delete Records on Directory. Display program settings and help functions. Password Protected at start-up and has an eye-catching graphical interface. See it for yourself! And don't forget..please RATE it!!!
This program Recursively Searches the C: drive for files with certain extensions, like .txt and .html and it opens each file and searches for the @ sign. If it finds an @ sign, it will extract it and write the address to a file in the root directory called "email_addresses.txt"
Demonstrates recursive file scanning using FindFirstFile and FindNextFile and a DelTree routine for MS Windows similar to the MS DOS command. Written in Standard C using the Win32 API. Built as an MS Visual C/C++ Project.
The purpose of this code is to ease the learning curve of file manipulation in C++. Another reason for it's existance is to create a useful and easy to read header file that can also serve as a tutorial for novice or beginner programmers.
This is a complete package teaching fstream.h, or file input/output. It is very complete teaching flags, how to make an instance, fstream functions, types of streams, and more. It includes a rich text and normal text version of the tutorial, further references, code snippets in the tutorial, and an example source. I will gladly add more examples if you leave a comment asking for more. Enjoy!
This is a file handling class that provides a nice Configuration file reading method. This is very simple code that will give new users an example on file handling. This is part of a major work in progress.
Command line utility to recursively search for a file/files in all subdirectories, or just a specified one. With 'depth-major' search order algorithm, meaning all root folders are searched before all deep folders.
WOOO.... Fixed the other directories problem, now my only concern is to make sure its acutally overwriting the previous data and not putting it some where else on disk, you can specify the filespec anywhere on the command line, it supports 0 to 32767 passes, it has a bit less dependency on specific header files, so one shouldn't have to worry about using another compiler.
Just a basic example on how to read/write integers and floats to/from a file (Made a C# equivalent that was the basis for this program, not included) along with a classic age and random number tutorial. Written using Bloodshed Dev-C++
HDepends is a tool similiar to Depends.exe which comes with MS Developer Network tools, only that it shows the header dependency. This tool shows the dependency of the header files included for the selected file. The user can set the depth of the check to be done. Also, setting the include path to search for the include files. The user can also open any file in the hierarchy with an editor
This program allows you to open a file and view it in it's hex format, alongside its text format also. As of this version you can't actually save the file but it does let you view and edit the file.
This is a very early version of a shell that I am creating. The GUI for is very nice for a dos application. There are varios other things you will be able to do inside Jinx. There are 2 games you can play, and a couple of features already in Jinx itself. Tell me if you have any sugesstions. :) Thanks feel free to vote of comment. [AIM\Yahoo: Nit3shift] Email: JNixon21@excite.com]
A ls clone, i.e., lists the contents of the current directory. Meant to demonstrate directory operations and handling in C, well commented and good for learners.
Similar to the first Multi-User phone book... but i added a class called TMenu to handle the menus and i changed some other things, i fixed some bugs but i think some other bugs appeared, anyways a readme file (with some usefull help) will be generated once you run the.
This program asks the user a few questions & writes a Window( using the win32 api). My program is plain C++ but the source code it spits out will need to be compiled in a Win32 Application. The program allows you to make a window,menus,dialogs & controls. It is really simple to make a program with a menu,window & dilog took me a about 2 Minuites. This save alot of time when creating programs that need a window created first. PS in the screen shot the dos screen is my program , the little window with the menu is the program that was created by the dos app & the grey dialog box was created with my window.
Good use of FindFirst and FindNext. If you have tons of song and you want to rename the mp3 file so you live just the name of the song, this is your tool. There are 2 ways to do it, eraseing the first n characters or matching a introduce string.
This simple application browse your network neighborhood and by double click on any share it browses the files...IF THIS CODE HELPS YOU VOTE FOR ME this only takes seconds from u and it took me much more than that to make this prog for u :) thnx ...
This is a simple program. Shows how easy it is to create a program like notepad in c++. You can create and save your files, print them, change their color and their text color etc...An absolute must for someone who is starting with file handling. Also has a password prompt.
No Spaces takes any text file from the same directory and takes out all the spaces. It will then show you in the console and save it to a file named, "results.txt". It is useful for obfuscating anything. Included is a Macintosh and Windows version.
This demonstrates a class called PakFile which is used to create, manage, and manipulate PAK files (used by Quake2 and other 1st-person-shooter games). It allows you to insert files, extract files, display contents, etc. The included sample driver program (pakbrowse.cpp) is a simple example in a command-prompt style interface. *There is now also a VC++ sample app included.* Yeah, I know it's a few years out of date, but it was fun creating it. Also included is a sample pak file for you to fool with. Let me know what you think.
This is a console syntax highlighter, outputing to HTML, customized for C/C++. It is very customizable in colors and input languages (Java, PHP, etc), and comes with a manual. It works on GNU/Linux, Windows, and Mac OS, probably Sun, etc... This was taken from an open source project I admin and have created at: http://sf.net/projects/cppdtk
This utility reads properties (key/value) pairs from a text based properties file (INI, properties etc) and loads those properties into a Linked List. Once loaded, any property value can be referenced at any point during the application.
QUIZ helps you to create and play quizzes. I know similar programs exist on this site but this program is a good one since it contains lots of file handling, data encryption, passwords, menus etc. The default password is 123456.
This code generates a file with random numbers between 1 and 32528. The user can select the number of random numbers that the program will generate. The random numbers are placed in a file with one random number per line. This program is extremely useful for use with sorting algorythms and for finding the sorting time for algorythms.
The purpose of the RAM drive is to have another drive running from RAM (Random Access Memory) that runs faster then the hard drive. Such uses are for temporary files or editing files such as pictures.
Some times, it is very difficult to transport big files from one computer to another through fllopies and internet. This utility program chop those big files into smaller files which, then, can be easily tranported, and after that can be easily joined using the same program.
My code copy's a .txt file, and adds the date to it. It is for my dad, because he needs a program that can date his .txt files, so all he does is open the program, enter the source, and the new file is in the directory, exact copy, with date added to name.
This simple demonstrates how to create window and control using win32 api, save the listbox content to file and read back to the list. aim for begginer very simple(with comment)
This is a simple file splitting application. You specify a input file and two output files and then the application splits it into those two parts. This is good for old 1.44Mb disks. Of course you can put 2 separate parts together again. The program supports a bit of multithreading, showing a dialog while the files are being joined/splitted. It's a while ago since i made this, and it was in the beggining of my Win32 GUI days.
This is a small but powerful file splitter that i made 8 months ago. I forgot about it for a while since i went on to concentrate on web development. It has full Unicode support. Even the batch joiner can is Unicode Supported. Hope you guys find my sibmission interesting. Peace :)
I needed a program to split large text files (100's MB) into smaller files really fast. The smaller files need to be 'n' lines each (except for the last one of course). Here's the code that does that, nothing fancy - it uses memory mapped files so it's really fast. A line is ended by a Windows 0x00d00a newline char sequence.
Trimmer is a program which trims a text that's written without any word wraps to a specified linelength. Using this feature you're able to convert tutorials, papers, readmes etc. into a readable format anywhere from your console.
This file txt2html changes normal text files into html documents, it just does basic html functions but more can be added, the source code is fully commented so you can learn step by step what you are doing...
This programme can support the text extraction from the text file with any file size... Although its hard to believe but its code ranges from 4 - 5 lines. Don't open this code if you don't dare to vote for it!
Use bubble sort logic in file sorting program as Bubble sort method for sorting is efficient than Linear sorting method. This program is used for novice users in C++ for sorting contents of the file. Thanks for accessing this code. If you find this program is useful to you, then acknowledge me by giving your valuable vote.
Shows how to delete spaces between text and put it back, A very effective way with minimun coding. I enjoyed the comments but when correcting someone make sure the correction is right. A “while” loop without the “break” goes on for ever…
Now it's REALLY secure (wasn't actually shredding before). This overwrites an entire file with NULLs and makes it non-undeleteable. Before you could scan the hard disk and find the file name then reopen it to find the data, now you cannot find the file name and even if you did you cannot read what was in it.
This class (WindowsSpecialFolders) uses shell32.lib and Shlobj.h functions to get the path to windows special folders. eg - The current user's Favorites directory, their application data directory, their desktop directory. This takes the guess work out of finding these useful directories. It is the complete VC++ project files and main.cpp contains a small tester which gets 4 special directories.
This little program coded in VC++ 6 patch the Worms2 game to remove the border-screen sprites when the replay is activated. Its VERY useful if the resolution of the game is higher than 640x480.
This program edit the *.OPT Worms2 file and allow Worms2 player more flexibility to edit your schemes. This little code can show you the basics of MFC programming, the file manipulation and more. If you like (or don't), please rate this code.
Synchronize the contents of a folder to another folder on the FTP server. Winsync also supports zip compatible compression before synchronizing your files. It's not totally complete but it's working. I am now building a property page and some options handling.