| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Easy directory listing | Microsoft Visual C++ | Intermediate / Dustin R Davis (from psc cd) | 1186 since 1/4/2015 11:39:00 AM |
By 4 Users
|
|
This is an EASY example of listing files in a directory. I got this example from another post, but i could not get that post to work, so i modified it and made it easy to use. I'm using this in a new program i am working on. |
|
|
|
 |
Ecomposer - Turn your kepboard into a synthesiser | Microsoft Visual C++ | Intermediate / decomp (from psc cd) | 1356 since 1/7/2015 12:21:00 AM |
By 12 Users
|
|
Ecomposer is an application which will turn your keyboard into a synthesizer with 255 instruments.
It is a very good code example of using MIDI in your aplication. It also shows how you can use DirectX api for input called DirectInput in your applications ...(description truncated) (ScreenShot) |
|
|
|
 |
Employees Payroll System in C++ using Text File | C++ (general) | Beginner / Jake R. Pomperada | 7439 since 6/4/2016 7:20:16 AM | Unrated
|
|
A simple employees payroll system that I retrieve, process and store information in a text file in C++ that I wrote a long time ago. I hope you will find my work useful.
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.c ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Encrypt/Decrypt | C, C++ (general), Microsoft Visual C++ | Intermediate / Victor Hugo (from psc cd) | 1564 since 1/3/2015 9:17:00 PM |
By 12 Users
|
|
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program. (ScreenShot) |
|
|
|
 |
Encrypto | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / MakuLabs (from psc cd) | 893 since 1/3/2015 10:41:00 AM |
By 2 Users
|
|
Encrypts a file |
|
|
|
 |
Every tool of C++ explained (C++ complete reference) | C, C++ (general) | Beginner / Harjot Singh (from psc cd) | 4696 since 1/9/2015 7:07:00 PM |
By 4 Users
|
|
C++ Complete reference.Every c++ tool including 3d ones are explained withexamples Hope u like it....Votes will be appreciated (ScreenShot) |
|
|
|
 |
Fast Fourier Transformation | Microsoft Visual C++ | Intermediate / Anonymous (from psc cd) | 2483 since 1/2/2015 7:42:00 AM |
By 11 Users
|
|
This program will sample sound from your
Audiodevice and apply a Fouriertransformation
to the sample buffer. This Program has a GUI and will plot the FFT in a window. You can change BufferSize and SampleRate in order to change the FFT resolution. This is ...(description truncated) |
|
|
|
 |
file compression | C | Intermediate / vsim (from psc cd) | 1664 since 1/1/2015 5:15:00 PM |
By 3 Users
|
|
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 t ...(description truncated) |
|
|
|
 |
File Hider | Microsoft Visual C++ | Intermediate / Anonymous (from psc cd) | 1326 since 1/4/2015 5:49:00 PM |
By 3 Users
|
|
|
|
|
|
 |
File Mold | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Frenzied-Panda (from psc cd) | 1274 since 1/6/2015 9:57:00 AM |
By 5 Users
|
|
File Mold can split, merge, compare, extract, inject and rename files. can accept drag & drop files. Uses some WindowProc, All in Dialogs. It also shows you how to use DragQueryFile and shellapi.h |
|