Important alert: (current site time 7/15/2013 4:57:57 PM EDT)
 

Browse Category or Search Results

Search Results: Page 5 of 54 found. Entries 41 - 50 of 531 found
Jump to page: 1 2 3 4 5 6 7 8 9 10 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Absolute Recursive factorial functionAbsolute Recursive factorial functionCIntermediate /
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++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 packAbsoulute C++ Beginner's packC, 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:
 
  AccessAccessCBeginner /
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 codeAccess codeCBeginner /
Ziemowit Prygiel
3010 since
2/18/2007 8:44:43 AM
Unrated
       A short example for entering a access code.
 
 
  Account class exampleAccount class exampleC++ (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 applicationsadd plugins to your applicationsMicrosoft 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 DataAdding Infinite DataC, 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 HashingAddress Book (Dictionary ADT) with HashingC++ (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.2Address Book V.2CBeginner /
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)Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 5 of 54 found. Entries 41 - 50 of 531 found
Jump to page: 1 2 3 4 5 6 7 8 9 10 ...


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++