| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
\ A Program That Displays Include Files | Microsoft Visual C++ | Beginner / Brenton Andrew Saunders | 20171 since 1/23/2005 2:48:38 PM |
By 6 Users 2 Excellent Ratings
|
| |
A program that lists all the "#include" files in a C++ source/header file. |
| |
| |
| |
 |
^- PT Extensions, command line -^ | C++ (general), Microsoft Visual C++ | Beginner / NDawg | 9939 since 6/11/2004 5:55:01 PM | Unrated
|
| |
PT Extensions implement a very useful and intuitively designed system for handling command line arguments. This code should be extremely portable and should run on nearly any OS. I have only tested it in MSVC 6.0 Pro on window XP. Please leave comments if ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
^- PT Extensions: HTTP, SMTP addresses -^ | C++ (general), Microsoft Visual C++ | Beginner / NDawg | 8819 since 6/12/2004 3:32:02 PM | Unrated
|
| |
This portion of PTExtensions allows a coder to parse HTTP addresses and SMTP addresses into their component parts. For example, you could parse the following URL into it's various parts: http://user:password@www.v_host.domain.tld:8080?item=value
Also, you ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
^- PTExtensions: serialize and unserialize -^ | C++ (general), Microsoft Visual C++ | Beginner / NDawg | 7980 since 6/12/2004 4:02:28 PM | Unrated
|
| |
This portion of PT Extensions allows a coder to serialize an object into a string object for storage to a device (file). The program can than retrieve the data at a later point in time (or when run again) and re-instate the object into memory. This is an ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
^CMenu - a menu class for DOS^ | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / NDawg | 16498 since 2/13/2003 11:55:27 PM |
By 5 Users
|
| |
The CMenu class is a fully operational, dynamic class for creating menus in DOS.<br><br>
NOTE: this is not the MFC CMenu class<br><br>
Included is the Menu.h (contains the class, just include in your program) and an example.<br><br>
If y ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
_Useful and easy time and date class | Microsoft Visual C++, Borland C++ | Intermediate / Matt Guidry | 20466 since 3/27/2002 8:21:20 PM |
By 9 Users 6 Excellent Ratings
|
| |
This declares an easy to use time and date class with built in functions to generate string outputs of time and dates. It has a built in stopwatch, which doesnt work w/ borland and should be commented out. It has an example program which demonstrates the ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
A [* Matrix Multiplecation *] | C, C++ (general), Microsoft Visual C++ | Intermediate / Kaustubh Bhoyar | 10518 since 12/12/2006 5:48:06 AM |
By 3 Users 2 Excellent Ratings
|
| |
Program to multiply 2 matrix and print the result
This program also gives the method that how the answer is calculated try this ...
And if u like this then please write a mail to me @ kaustubh.swim@gmail.com :) |
| |
| |
| |
 |
A Basic Class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Michael Moore | 14249 since 2/7/2004 1:36:40 PM |
By 4 Users
|
| |
This code contains a "BOX" class that will store the 3 dimensions of a box and it's volume.
The program will ask the user how many boxes they want to create, and the dimensions of those boxes, then it will dynamically instantiate those boxes and return th ...(description truncated) |
| |
| |
| |
 |
A C++ Compiler | C, C++ (general) | Advanced / Sufyan Jabr | 16613 since 5/20/2004 2:15:02 PM |
By 1 Users
|
| |
Simple Compiler testing if else and While statements |
| |
| |
| |
 |
A C++ N-grams Package | C++ (general) | Advanced / Roger Zhang | 8969 since 9/24/2005 8:47:48 AM |
By 1 Users
|
| |
It is a natural language processing tool for creating n-gram profiles for text documents, and can be used in pre-processing for text classification and/or clustering. |
| |