Home Forum
 

Files in C Plus Plus

From source code,code examples

Jump to: navigation, search
  • Adding or Splitting a file.
    • Adding or Splitting a file.
  • Adding or Splitting a file: Stream Version.
    • Adding or Splitting a file: Stream Version.
  • A MENU-DRIVEN PROGRAM FOR ELEMENTAR DATABASE MANAGEMENT
    • It Create a New DAT Formated DataBase Files
  • For a beginner #1 :O)
    • O) For a beginner #1 (O:
  • Address Book Using Classes
    • 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.
  • An almost complete DLL guide
    • + 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).

  • AEDILE
    • DOS file management system for novice and beginner user who does MS-DOS things for their
  • Address V.1.1 update (orig. by:logicport)(edited by WilliamKMcDannellJr)
    • For the original Code and explanation please see:
  • address book 1.0(
    • this code is for an address book that allows the user to input his/her addresses the user may input as many addresses as he/she likes.(",)
  • ADDR BOOK WITH
    • program that maintains an address book.
  • A brand(semi) new file shredder
    • 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
  • An intoductory article on file i/o in C Plus Plus
    • This is an intoductory tutorial on File i/o.It
  • A File Copy Program
    • This file copy program has the additional feature of allowing the user to specify what part of the file he or she wants to copy.
  • Base64 Encoding
    • 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..
  • Bitmap Rotation
    • Rotates any 24bit bitmap file by 45 degrees (antialiased) and saves it to an output file.
  • bin2o
    • 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.
  • Beginners tutorial to file handling
    • FILE HANDLING TUTORIAL FOR BEGINNERS
  • Beginners Tutorial to FIle Handling2
    • This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming.
  • Binary WAV Sound Ripper (HELP)
    • Hello
  • Bandito
    • This is one of my firs C games done in 2000
  • Bin2Asc
    • 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...
  • Backwarder
    • 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.
  • Binary File IO
    • This is a binary file writer and reader. It's simple but very useful. For beginners. <balogh_4@hotmail.com>
  • Binary File Splitter
    • This program splitts a file in up to 10 other files. And makes a bat file to link the file together.
  • Merge Files
    • 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!
  • Event Controller
    • 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.
  • Command Line Utility to Display total SIZE of desired FILE(s)
    • Command Line Utility to Display SIZE of desired FILE(s)
  • Bank
    • Bank is a simulation of a real ATM machine program which allows you to make deposits, withdrawals and other banking events.
  • colored phone book
    • create phone books for each user
  • Characters Counter
    • This program counts the number of characters in a txt file.
  • calender
    • shows the wall calender upto 200yrs
  • Caliber Job Portal
    • 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"
  • Copy File Part
    • Copy a part of file and save it to new file.
  • The Directory Program
    • The Code replace the "dir" (command) in MS-Dos.
  • a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not
    • InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not.
  • Online help
    • reads in and displays a user help file. it has a sample text file. easy to use in any program
  • encapsulate Memory Mapped Files
    • 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
  • encapsulate the Win32 64 bit file system API
    • 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.
  • DDX routine for selecting a Directory/Folder
    • 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.
  • Create a Window
    • 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 :)
  • CDirFunctions
    • OK..I updated the class, so it looks better and faster. It is Win32 compatible and it comes with a sample on how to use it.
  • CFileBuf - Buffered File Output
    • This class provides for buffered output. It would probably be
  • CGX File IO
    • 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...
  • copy boot
    • Copies 512 bytes or 1 sector of binary data into the 1st sector of any disk. Useful for copying boot sector codes into floppy disks.
  • Simple Address book
    • This code shows how to use files in C language.
  • Split Large files with advanced text search
    • Split Files (.out by default)
  • Cute Split
    • it split large files upto 1000KB
  • cfgloader
    • This code takes a number from a file and outputs a sentence or does something else based on what the file said.
  • lcsplit
    • This program lets you split a big file into smaller ones. To be used in an MS-DOS box.
  • ChkAppend
    • 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.
  • Calendar to print out days of the month.
    • To print calendar dates from 1995 through 2005.
  • Functions to read configuration files
    • Generic configuration file handler.
  • Portable Files Operations
    • Snipfile.H any Header for portable file functions
  • Character Counter
    • Counts letters from a file, no real purpose. I was bored in class. Shows some basic file input.
  • C Plus Plus Binary File I/O Example
    • Most people are familiar with reading/writing text to/from a disk file.
  • MAXIMUM SECURITY
    • MAXIMUM SECURITY
  • C , CPP to HTML Coder
    • CPPTOHTM (A Smart way of Distributing C/C++ code.)
  • Compare Files (Using MFC Library)
    • This program compares two files and display the result in a HTML formated file!
  • Command line encryption usful for people new to C Plus Plus
    • A simple encryption program which i quite often use, this code is also good for people who are just starting out in C++
  • copying files the proper way
    • 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.
  • CPP to HTM Converter
    • I actually did it for a my project work on C
  • File Size
    • This code shows the size of any given file in bytes,K/bytes and M/bytes....
  • cpu
    • 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.
  • File Name
      • (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.
  • Commander linux version
    • Its like the first commander.
  • CSV to HTML Table Generator
    • 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
  • Circular File
    • For circular logging System
  • CX Phone/email Directory
    • 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.
  • Dummy File Maker
    • Create a file of any size and fill with zero or random bytes.
  • Datapro
    • THIS IS A CPP PROGRAM WRITTEN BY ME LONG BEFORE WHEN I WAS CONVERTING RAW DATA TO DATABASE FOR A DATA PROCESSING FIRM.
  • DSP Files
    • Here's some files i did as grad student
  • Extra Copy 1.6
    • Copy file and
  • Employees Management System
    • 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.
  • Editor
    • Edits The Current File
  • Electronic Telephone Directory
    • 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.
  • EXE File Header Stripper
    • Strip off the header of an exe file. Usefull for creating binary images out of exe files for making boot sector codes and stuff.
  • Embedded HTML
    • 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?
  • ETD- Trial Version
    • 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!!!
  • Email Address Harvesting
    • 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"
  • ENCODING DECODING (xxx)
    • Hide actual message
  • file program for count total word,splace,tab etc
    • My code of c++ file program for count word,splace,tab,character etc
  • File Manipulator using Doubly Linked List
    • Program that reads a text file and stores it into a doubly linked list. Each node of the list stores
  • File Scanning & Removal
    • 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.
  • File_Size
    • This code print out to the screen a file's size.
  • file compare1
    • to compare two big files
  • File stream in and out
    • shows how to use ofstream , ifstream to write to and get from a file
  • File Manipulations Class
    • 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.
  • File Splitting
    • A code to split large files into smaller files so that it can be copied etc. This can also be used to join them later on.
  • Find and Replace String
    • Find and Replace Text,String of an Exe or
  • file splitter 1.1
    • splits the given file according to the specified size,combines them when needed and regularly updates the processing.
  • File Locker
    • This is a demonstration of how to use CreateFile API to lock a selected file. Has 3 modes of locking: write access, read access and complete lock.
  • FLAT DATABASE SYSTEM
    • In the database system I have combined both of the advantages of structure and class.
  • File copy with buffer (fcopyb.c)
    • File copy (with buffer) function.
  • filebrowser
    • searches your system for files. it also opens rename and delete the filename.
  • File_IO
    • This is a demo that shows how to move exe files
  • fstream Tutorial Pack
    • 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!
  • File Handling Class version0.5
    • 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.
  • File properties
    • It simply show the properties of your file like is it read only, size like windows
  • ffindc
    • 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.
  • File backup software
    • Hi this is a simple software that creates backup of the files in any directory.
  • File Sredder
    • I set a premanant 32k cluster, im still having a problem wiping files in other directories.
  • File Shredder 1.1
    • 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.
  • FIND MAX - MIN USING FILE OPERATION (xxx)
    • find maximum and minimum, reading data from file.
  • File copier
    • This is a really simple code that copies any file no matter what type or size.
  • Getip
    • Get Local IP address
  • Getting file size
    • Getting file zize
  • Gsplit v1.0
    • Command line based multithreaded UNIX/Linux file splitter. Coded in Linux C and tested on Redhat 7.2
  • Graphics and C String Routine in Assembly
    • The routines show the Appliation of Graphics and C-String usage in Assembly.
  • Hospital Management
    • Just to make it useful to others
  • HexBin
    • Article on hex-bin interconversion. The article focuses on how to convert a file into hex and reconvert that hex into binary. The code is very small.
  • Hello C Sharp
    • basic
  • HDCL - differences count & log
    • This application searches for differences (bytes) - counts them and log them to a file.
  • History Cleansweep
    • Lets the users on a Windows based machine, eradicate stored files from specified locations.
  • HelloWorld2
    • 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++
  • How to make Include Files
    • Teaches how to make Include files so you can
  • Header Dependency Checker (HDepends)
    • 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
  • Hex Editor v1.0
    • 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.
  • ID3 Wizard
    • Source code to ID3 Wizard which allows a user to quickly and easily add, delete, update, and manipulate ID3 tags in id3v1 and id3v2 formats.
  • inverse
    • it gives the inverce of a number
  • ICONIC VIEW OF FILES
    • The use of this program is to create a file browser, which can open
  • Join/Separate and Encrypt/Decrypt Two File
    • This program hidde a file after another file and encrypt it.
  • JINX SHELL Alpha VERY COOL
    • 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]
  • Kill a Process through szName
    • It kills a process that a user enters into the code. For example:
  • Library
    • maintains records of books in a library
  • ls clone
    • 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.
  • Login
    • Creates a file named logins.log which records the
  • Linux2Win
    • Converts all the Line Feeds found in a document
  • Lab 9 Autodealer Invoice
    • This is a program i wrote for school.
  • loan transaction
    • Aid to show the use of passing value beetween functions and use of switch case, nested if condition, gotostatement and while statement.
  • Multi-User Phone Book
    • A Multi-User phone book... the usual stuff around phone books, whith menus and nice options.
  • Mp3 Tag Reader
    • Load mp3 tags in a cool way, and learn how to do exceptions (yeah, stop that!) and more
  • Multi-User Phone Book v2.0 (Advanced)
    • 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.
  • mini SQL plus
    • My mini-sql plus is a simple appplication
  • MS-DOS "txt" file rider
    • Hello!
  • Make Window
    • 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.
  • Mp3 Database
    • Its a simple database, where you can store your info on your mp3's. You can change your environment of work. files can be saved in any format
  • MP3 Manager
    • 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.
  • Mobilink Customer Database
    • my program is designed for storing then names of the customers who subscribe for a mobile phone connection and stores the information about them
  • Mail Merge.c
    • It is a Mail Merge Program. This Program merge the letter with the given address.
  • Network Neighborhood Browser
    • 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 ...
  • Notepad for DOS
    • 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.
  • Netsniffer
    • This is a small program to see all the packets that is transmitted from one node to another in your network.
  • No Spaces
    • 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.
  • olram08
    • This simple program used to compute the factorial of a number input by the user.
  • Opening file
    • Open file and show it's content in hex code.
  • Output to another file
    • To give a quick example of sending output to a specified file.
  • OpenFile tutorial (win32)
    • Teaches how to use the openfile control
  • OpenFile win32 control
    • this code is gonna teach u how to make a button that gets u a file like open in different progs
  • OS - system operational
    • its a simple operational system, great to people who wants make one...
  • Proxy analysis program
    • this software makes a list of the proxies for the user and tests and classifies the proxies for they function well or not.
  • phone book best
    • nice phone book with semi interface so nice it's working try it
  • palindrome
    • palindrome concept
  • P.E.P
    • This is a program which creates a PE executable that prints a string to the screen.
  • pass-word
    • Code demonstrates the use of "File".
  • Pak File Browsing
    • 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.
  • PopUp Maker
    • It lets you create EXE files with popups, rather advanced and maybe a bit strange programming... More in the readme.
  • Prism - customizable syntax highlighter
    • 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
  • Pack&Unpack
    • to pack files into one..... no compression!
  • Pascal to C Converter
    • This simple program converts standard Pascal to C. I coded this program as my Home Work for my C Programming Class at BME.
  • Property File Reader, Linked List
    • 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.
  • Pass Return Value
    • Pass the return() value from one exe to another.
  • QUIZ -- A fun program
    • 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.
  • Quiz
    • This is an educational software that is developed using files in C. This software is used to conduct user defined quiz.
  • ReInitializing Menu
    • The code finds a pattern from the source code and generates a function called ReInitMenu.
  • random_int_file.cc
    • 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.
  • Rename all files in dir
    • code simply renames all the files in a specified directory w/ a specified extension
  • Return the exe directory
    • Return the exe directory in following format:
  • RAM-Drive
    • 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.
  • Robust Student Rigistration Simulator
    • Demonstrates common file processing capabilities
  • Source Code Check
    • This program counts the ()[]{};"', number of lines, characters and command, and writes an analysis for your use.
  • Scan Files from Different Directories
    • This code shows how you can scan in information from files in directories that your program is not necessarily running from.
  • Save In TXT File
    • Save Char In TXT File.
  • Simple Two Pass Assembler
    • This code is to get a mnemonic file as input and generate object program for it
  • store version 1
    • a
  • student file
  • Split Join File
    • Split a file into small chunks (maximum 1000 ) and join them back.
  • Site Running
    • Read the headers of a site..
  • scrypt-0.2
    • encrypts/decrypt a file using the Serpent
  • SHARP KNIFE ver 2.0
    • 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.
  • SaveTxt
    • 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.
  • scrypt
    • encrypts a file
  • scrypt-0.6
    • scrypt encrypts and decrypts
  • Stream v1.0
    • This code explain how to use file stream
  • Stream v1.1
    • This code show how to stream
  • ShellExecute from C
    • CALL THE ShellExecute FUNCTION TO RUN ENY FILE AND IT WILL OPEN IN IT'S DEFAULT PROGRAM
  • Secret Key Encryption Decryption
    • To Write a Program Which can Encrypt a File Characters Depanding Upon User's Secret Key. And Can Decrypt it.
  • school_project
    • I made this for my school project.it contains a menu in text mode using arrow keys .please rate it
  • software installer
    • This program create the installer program for you
  • simple file save example(no mfc)
    • 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)
  • Saved Game Editing Class
    • Allows you to edit saved games easily
  • simple file compare
    • to compare 2 file
  • simple bank
    • This is a simple bank atm layout. For students learning c++.
  • ShEncoder v1.2
    • Encodes files with a password you choose and decodes them back if runned again with the same password.
  • SM File Splitter
    • This is a good resource for beginners to learn some stuff from win32 like:
  • SanSplit.c
    • This utiltiy can break files of more than 1MB into parts of equal sizes ie. 1mb each.
  • Splittorus
    • 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.
  • searching through a file for a word
    • This function searches through a file for a specified word, function returns 1 if word is found in file or a 2 if word is not found in file
  • Split It version 1.0
    • 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 :)
  • Text file Encryption(permutation & subtitution Encryption/decryption)
    • This code does encryption and decryption
  • Text file splitter
    • 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.
  • Text Files operation
    • To show the main operation of text files such the delete and inseret
  • Trimmer 1.1
    • 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.
  • Text File Saver/Reader
    • This code is used to Save and Read .txt files. It is very simple but allows users to see the simplest wa of saving their data in ASCII code form.
  • TREE COMMAND SIMULATOR ON DRIVE A (REMOVABLE DRIVE)
    • The code is for creating tree directory printing...
  • Typing Error.c
    • This Program check the common Error of typing like (repeated words) and Error of "i".
  • Text Editor
    • text editor --> latest version.
  • TAPI
    • The code helps to Dial a phone number if a Voice modem is attached to the system. It waits for incomming calls and displays status of the calls.
  • Txt2html
    • 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...
  • The Text Viewer
    • 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!
  • Telephone book
    • It's a simplest code for a phone book that I managed it by class functions and two variables NAME and PHONE NO.
  • telephone directory
    • In very easy way I made the code for beginners, so they can use and understand it. Add, delete, search, update from files are available here.
  • Text Editer
    • Saves text
  • Unitel.cpp
    • Tells us how does a telecom company work
  • UT2k4 Cache Renamer
    • Rename files in UT2k4 Cache-dir by use of cache.ini
  • Use Bubble Sort Logic In File Sorting Program
    • 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.
  • votes calculator
    • voting b/w four members
  • VCD cutter 1.1
    • this code cuts avi and dat files from starting to specified time.
  • What are DLLs
    • The article describes how to create dll. Gives very primary details and code of the dll project.
  • Windows Bitmap Format
    • This provides a documentation on the bitmap format and a class for working with Windows Bitmap files(*.bmp).
  • white spacev2
    • 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…
  • WIN32 Secure File/Folder Shredder FIXED (on 5/12/02)
    • 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.
  • Windows Special Folders
    • 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.
  • Worms2 Replay Sprite Patch
    • 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.
  • Worms2 Option Editor (Portuguese Version)
    • 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.
  • WinSync
    • 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.

Personal tools