| |
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++ (from psc cd) | 5586 since 1/2/2015 2:52:00 PM |
By 4 Users
|
|
This is the _defs.h header someone requested. |
|
|
|
 |
A File Copy Program | C, Microsoft Visual C++, Borland C++ | Beginner / PlanetCoder (from psc cd) | 4394 since 1/7/2015 5:41:00 PM |
By 11 Users
|
|
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) |
|
|
|
 |
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not | Microsoft Visual C++, Borland C++ | Advanced / Ciro Sisman Pereira (from psc cd) | 4253 since 1/1/2015 8:44:00 PM |
By 10 Users
|
|
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) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
An almost complete DLL guide! | C++ (general), Microsoft Visual C++ | Intermediate / D Davis (from psc cd) | 4158 since 1/5/2015 5:33:00 PM |
By 49 Users
|
|
+ Creating ActiveX DLL's in VB (and compatability issues),<BR> + Creating DLL's in C++,<BR> + Using ActiveX DLL's in VB apps,<BR> + Using Non-ActiveX DLL's in VB app and C++ apps,<BR> + Loading DLL's DYNAMICALLY in both VB and C++ (Good for pl ...(description truncated) |
|
|
|
 |
Arab_Renamer | C, Microsoft Visual C++ | Beginner / Kurtubba (from psc cd) | 4338 since 1/6/2015 3:56:00 PM |
By 2 Users
|
|
This commandline prog renames Arabic files to the same names but using English characters like the word 'Quran', so that files could be used on non-Arabic systems like Linux or on mp3players,
also the program gives you the opportunity of limiting the file ...(description truncated) |
|
|
|
 |
Argument Processing | C++ (general), Microsoft Visual C++ | Beginner / Ben128 | 3086 since 8/3/2016 10:18:38 PM | Unrated
|
|
Just a little project I wipped tougether that allows your to processing arguments from a console, this shows how to show files and switchs this is very basic and was made for a beginner if you think I can inprove on it let me know. Hope you like it please ...(description truncated) (ScreenShot) |
|
|
|
 |
Autorun Generator | C++ (general), Borland C++ | Beginner / Jesse White (from psc cd) | 4171 since 1/4/2015 4:02:00 AM |
By 4 Users
|
|
Generates a autorun.inf (ScreenShot) |
|
|
|
 |
Beginners tutorial to file handling | C++ (general) | Intermediate / Shahab Faruqi (from psc cd) | 4897 since 1/2/2015 5:26:00 PM |
By 22 Users
|
|
FILE HANDLING TUTORIAL FOR BEGINNERS
------------------------------------
This tutorial is intended who don't not a single thing about file handling in C++, one of the most important concepts of any type of programming. I intend to present this tutorial i ...(description truncated) |
|
|
|
 |
Beginners Tutorial to FIle Handling2 | C++ (general), Borland C++ | Intermediate / Shahab Faruqi (from psc cd) | 3210 since 1/3/2015 12:35:00 AM |
By 10 Users
|
|
This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming. |
|
|
|
 |
Bulk File Renamer | C++ (general), Microsoft Visual C++ | Beginner / Ben128 | 4168 since 8/29/2016 7:04:02 PM | Unrated
|
|
This is a windows file renamer that can take a folder path and file type and rename all the files with that file type, and rename to the file type you added. Hope you find this code usfull. |
|