| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Absolute Recursive factorial function | C | Intermediate / Arjang | 9031 since 9/3/2000 5:18:58 AM |
By 2 Users
|
| |
Recursive factorial function a recursive function is a function that will call itself
it is probably the most difficult type of function designing
but when you get use to it, you'll find it VERY USEFULL the c++ version of this function is also available w ...(description truncated) |
| |
| |
| |
 |
Absolute Recursive factorial function C++ | C++ (general) | Intermediate / Arjang | 49429 since 9/3/2000 5:33:56 AM |
By 6 Users 3 Excellent Ratings
|
| |
C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself) |
| |
| |
| |
 |
Absoulute C++ Beginner's pack | C, C++ (general) | Beginner / Ian Agar. | 39621 since 7/2/2003 7:22:35 PM |
By 34 Users 32 Excellent Ratings
|
| |
This is a huge complete tutorial package teaching classes, variables, functions, Hello World, include files, preprocessor, comments, math operators, converting variables, and tons more in several paragraphs each lesson, going in order of difficulty. It in ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Access | C | Beginner / Anonymou | 4111 since 5/3/2002 5:29:37 PM |
By 3 Users
|
| |
This code is useful since it is very small.You can place it in any C program and use it to protectyour program from being used by people you dont like. |
| |
| |
| |
 |
Access code | C | Beginner / Ziemowit Prygiel | 3010 since 2/18/2007 8:44:43 AM | Unrated
|
| |
A short example for entering a access code. |
| |
| |
| |
 |
Account class example | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Jerome Scott II aka codecaine | 3426 since 8/14/2007 1:56:11 PM | Unrated
|
| |
|
| |
| |
| |
 |
add plugins to your applications | Microsoft Visual C++ | Beginner / Mud Blud | 3960 since 9/29/2002 6:28:53 AM |
By 6 Users 4 Excellent Ratings
|
| |
uses LoadLibrary and function pointers to make plugins for your applications. shows you a simple example and a more advanced one. read the readme |
| |
| |
| |
 |
Adding Infinite Data | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Mohit Aggarwal | 2819 since 5/14/2002 12:42:37 PM | Unrated
|
| |
A logicsl thinking for adding infinite data. You can extend it to infinite multiplication and subtraction. |
| |
| |
| |
 |
Address Book (Dictionary ADT) with Hashing | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Bobby Foerster | 10790 since 3/2/2001 11:02:10 PM |
By 4 Users 3 Excellent Ratings
|
| |
This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to ...(description truncated) |
| |
| |
| |
 |
Address Book V.2 | C | Beginner / logicport | 3928 since 6/23/2004 7:57:16 AM |
By 2 Users
|
| |
Address Book V.2 is programmed in C and uses 1 header file. This program has a few new features from my first 1 and has been re-programmed for easier use. The address book has 6 options, simple ones like ie. 1. Add a Contact, 2. View Contacts, 3. Convert ...(description truncated) (ScreenShot) |
| |