| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A 2D Array Implemented as a Queue | C, C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 3932 since 1/1/2015 12:41:00 AM |
By 3 Users
|
|
2D Array Implemented as a Queue. http://users.neca.com/jboxall/ja05007.htm |
|
|
|
 |
A postcript viewer. It decodes a .ps - Postscript | C, C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 2395 since 1/1/2015 12:47:00 AM |
By 6 Users
|
|
This program takes the input of a Postcript file, converts the codes in it to plain text which is displayed and re-directable.
http://www.cs.latrobe.edu.au/~yuand/ansi_c/index.html |
|
|
|
 |
Add controls to a CDialog dynamically | C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 2124 since 1/1/2015 1:32:00 AM |
By 2 Users
|
|
Add controls to a CDialog dynamically--instead of using a dialog resource.
You can add controls to your dialog dynamically by using methods CWnd::Create() and CWnd::CreateEx() or overridables of CWnd::Create() in control window wrapper classes such as CE ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Bandwidth restriction for UNIX pipes | C, C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 1350 since 1/1/2015 12:55:00 AM |
By 2 Users
|
|
Slowpipe allows the restriction of bandwidth on a modem network connection where a Unix pipe may be used. It was written to address a problem for users of a small network connected to a larger network with a low bandwidth connection.
If you use such a co ...(description truncated) |
|
|
|
 |
Beginners C++ - Lesson 1 | C++ (general) | Beginner / Found on the World Wide Web (from psc cd) | 850 since 1/1/2015 6:57:00 AM |
By 22 Users
|
|
Welcome fellow programmers!! This is part one of the course which will show you the basics of programming C++ from scratch using the any platform. If you already know how to use the C++ already, you might want to read later lessons when available. So, let ...(description truncated) |
|
|
|
 |
Beginners C++ - Lesson 2: Variables, math and booleans | C++ (general) | Beginner / Found on the World Wide Web (from psc cd) | 1316 since 1/1/2015 6:58:00 AM |
By 10 Users
|
|
Learn how to do variables, math and booleans in C++! (from http://pa.pulze.com/) |
|
|
|
 |
Beginner's Code: Input string and reverse it | C, C++ (general) | Beginner / Found on the World Wide Web (from psc cd) | 1111 since 1/1/2015 12:37:00 AM |
By 5 Users
|
|
Program inputs a string & prints it out backwards to a file. Found at http://users.neca.com/jboxall/ja05002.htm |
|
|
|
 |
Binary Search Tree | C, C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 1377 since 1/1/2015 12:44:00 AM |
By 8 Users
|
|
This program implements a doubly linked list as a binary search tree and includes functions to: traverse inorder, preorder & postorder, insert and delete a node, search for a node, and count the height of a given leaf. |
|
|
|
 |
C++ - Lesson 3 : do, while, #include, #define | C++ (general) | Beginner / Found on the World Wide Web (from psc cd) | 958 since 1/1/2015 6:59:00 AM |
By 8 Users
|
|
Welcome fellow programmers to our third lesson in a long series on the road to programming C++. This articles explains do, while, #include, and #define. (from http://pa.pulze.com/) |
|
|
|
 |
C++ OO Database library | C++ (general) | Intermediate / Found on the World Wide Web (from psc cd) | 1277 since 1/1/2015 4:34:00 AM |
By 13 Users
|
|
The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory ...(description truncated) |
|
|
|
 |
Create a toolbar/statusbar in a dialog | C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 1516 since 1/1/2015 1:40:00 AM |
By 2 Users
|
|
Create a toolbar/statusbar in a dialog.
To add a control bar to a dialog, you must create the control bar as usual, and then make room for the control bar within the client area of the dialog. For the control bar to function properly, the dialog must dupl ...(description truncated) |
|
|
|
 |
DtWinVer - A comprehensive OS detection routine | C++ (general) | Intermediate / Found on the World Wide Web (from psc cd) | 1379 since 1/1/2015 2:49:00 AM |
By 1 Users
|
|
DtWinVer is a routine which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD. The routine provides the emulated OS aswell as the unde ...(description truncated) |
|
|
|
 |
Encrypt | C, C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 1963 since 1/1/2015 12:15:00 AM |
By 11 Users
|
|
A file that replaces the old coder.c. Thanks to Brett Taylor. Found at http://www.cprogramming.com/source.html |
|
|
|
 |
Gravity Works! | C, C++ (general) | Beginner / Found on the World Wide Web (from psc cd) | 932 since 1/1/2015 12:32:00 AM |
By 4 Users
|
|
Gravity Simulator that uses the OpenGL Libraries. I used the GLUT event handler interface to control Mouse functions. Found at: http://modzer0.cs.uaf.edu/~hartsock/C_Cpp/OpenGL/Gravity.html |
|
|
|
 |
How to search a directory tree for files | C++ (general) | Not Given / Found on the World Wide Web (from psc cd) | 1027 since 1/1/2015 1:10:00 AM |
By 4 Users
|
|
The following code sample illustrates how to search from a given directory downward through the entire directory tree. The sample output from this example is directed to the system debug screen.
For this example, the first class member (below) is called ...(description truncated) |
|
|
|
 |
HTTP Virtual File System | C++ (general) | Advanced / Found on the World Wide Web (from psc cd) | 994 since 1/1/2015 4:06:00 AM |
By 5 Users
|
|
The goal of the present HTTPFS project is to enable access to remote files, directories, and other containers (e.g., structured text documents, OS tables) through an HTTP pipe. HTTPFS system permits retrieval, creation and modification of these resources ...(description truncated) |
|
|
|
 |
Linked Lists | C | Not Given / Found on the World Wide Web (from psc cd) | 1070 since 1/1/2015 12:06:00 AM |
By 3 Users
|
|
This program illustrates many linked list functions. It shows how to create and manage doubly link lists. It is my most advanced DLL program. |
|
|
|
 |
Send a string to the clipboard | C++ (general) | Intermediate / Found on the World Wide Web (from psc cd) | 1103 since 1/1/2015 2:12:00 AM |
By 4 Users
|
|
Without using OLE...
Michael Pickens mfc_faq@stingray.com |
|
|
|
 |
Slot machine Game | C, C++ (general) | Intermediate / Found on the World Wide Web (from psc cd) | 1766 since 1/1/2015 12:23:00 AM |
By 3 Users
|
|
A slot machine game created by Kevin Presa. Found at: http://www.cprogramming.com/source.html |
|