| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
[Queue: Uses Linked Lists] | C, C++ (general), Microsoft Visual C++ | Intermediate / Ryan McDermott | 26844 since 11/28/2004 11:51:18 PM |
By 3 Users 2 Excellent Ratings
|
| |
Basically this is a simple example on how to create a queue using linked lists. |
| |
| |
| |
 |
Email Address Harvesting | Microsoft Visual C++ | Advanced / Ryan McDermott | 1981 since 6/28/2004 2:29:34 AM |
By 1 Users
|
| |
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 calle ...(description truncated) |
| |
| |
| |
 |
Kill a Process through szName | Microsoft Visual C++ | Intermediate / Ryan McDermott | 2622 since 4/12/2004 10:21:45 PM |
By 2 Users 2 Excellent Ratings
|
| |
It kills a process that a user enters into the code. For example:
...
char szName[100]="something.exe";
Process=KillProcess(szName);
.... |
| |
Please support the site by visiting our
sponsor:
|