| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_defs Header file | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / D/D++ | 23431 since 9/2/2001 9:58:42 PM |
By 4 Users 4 Excellent Ratings
|
| |
This is the _defs.h header someone requested. |
| |
| |
| |
 |
A brand(semi) new file shredder | C, C++ (general), Borland C++ | Beginner / Josh Olivier | 9446 since 3/2/2005 7:02:52 PM | Unrated
|
| |
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 whatsoe ...(description truncated) |
| |
| |
| |
 |
A File Copy Program | C, Microsoft Visual C++, Borland C++ | Beginner / PlanetCoder | 27447 since 8/25/2005 11:27:44 AM |
By 11 Users 7 Excellent Ratings
|
| |
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.
This is especially useful when only some part of an audio or video file has to be copied. (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
A MENU-DRIVEN PROGRAM FOR ELEMENTAR DATABASE MANAGEMENT | C | Advanced / Mahilrajkumar.R | 14548 since 5/22/2008 11:52:55 AM |
By 1 Users
|
| |
It Create a New DAT Formated DataBase Files |
| |
| |
| |
 |
A Program That Types Its Source File | C++ (general), Microsoft Visual C++ | Beginner / Brenton Andrew Saunders | 14395 since 1/17/2005 3:36:11 PM |
By 6 Users
|
| |
A program that types it's source file using file i/o routines. Great for programming tutorials. Please vote for it. Inspired by .rad |
| |
| |
| |
 |
A very simple address book | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Rayan D. | 14333 since 7/16/2007 12:57:34 PM |
By 1 Users
|
| |
This a VERY simple address book. It will write a file for you and then can add contacts to the file. It also shows you your address book. Also, I want to know how to delete the contact. Can anyone help? |
| |
| |
| |
 |
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not | Microsoft Visual C++, Borland C++ | Advanced / Ciro Sisman Pereira | 34062 since 2/12/2001 8:30:57 PM |
By 10 Users 4 Excellent Ratings
|
| |
InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not.
Example:
infile c:\*.txt "Copyright (C)" -sub -case
Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Activity List | Microsoft Visual C++ | Beginner / arifliminto86 | 3610 since 12/12/2009 9:33:43 AM | Unrated
|
| |
This basic program purpose is show how to use listctrl custom draw which can draw each row based on what we want, show how to use std<vector>, and show how to write to file. User can write to csv file and the program is able to read the csv file and ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Adding or Splitting a file. | Microsoft Visual C++ | Beginner / Ram Shmider | 7543 since 11/29/2005 7:11:30 PM | Unrated
|
| |
Adding or Splitting a file.
Command line version.
This small utill will let you add
a dest file to the end of a source file,
and take it out.. |
| |
| |
| |
 |
Adding or Splitting a file: Stream Version. | Microsoft Visual C++ | Intermediate / Ram Shmider | 6883 since 11/30/2005 2:49:23 PM |
By 1 Users
|
| |
Adding or Splitting a file: Stream Version.
Command line version.
This small utill will let you add
a dest file to a source file as a stream,
There is an option to add/HIDE a file after
another file using the ":" character.
file.XXX:stream
The nice thing ...(description truncated) |
| |