| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
[ * Link List - Data Structure * ] | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Harshal Joshi | 63796 since 9/16/2002 3:34:21 AM |
By 17 Users 10 Excellent Ratings
|
| |
You can learn Pointer & Link List easily.
Familiar with Link List |
| |
| |
| |
 |
[ * Sorted Link List - Data Structure * ] | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Harshal Joshi | 35257 since 9/16/2002 3:38:37 AM |
By 7 Users 3 Excellent Ratings
|
| |
Familiar With Link List & Pointer |
| |
| |
| |
 |
[ Doubly Link List Use of Data Structure ] | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Harshal Joshi | 30256 since 9/16/2002 3:42:57 AM |
By 8 Users 3 Excellent Ratings
|
| |
This is very easy to learn Pointer & Link List. U become Familiar With Link List & Pointer
|
| |
| |
| |
 |
[Queue: Uses Linked Lists] | C, C++ (general), Microsoft Visual C++ | Intermediate / Ryan McDermott | 26835 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. |
| |
| |
| |
 |
^- Serialize abstract data types -^ | Microsoft Visual C++ | Advanced / NDawg | 9175 since 4/7/2004 4:49:15 PM |
By 1 Users
|
| |
This collection of classes will serialize and unserialize abstract data types (such as structs or classes). Furthermore, it implements a method to create string literals for these serialized objects that can be stored to a plain text document and reinstat ...(description truncated) |
| |
| |
| |
 |
^-double to string-^ | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / NDawg | 17246 since 2/7/2003 5:30:29 PM | Unrated
|
| |
This function will return a string equivelant of a double. My first attempt at this was nearly 40 lines of code and very ineficient.
NOTE: the function will truncate trailing zeros. |
| |
| |
| |
 |
_$Linked List Sorting With Mouse$_ | C, C++ (general), Borland C++ | Intermediate / Sanket J Purohit | 11107 since 8/13/2003 6:36:14 PM | Unrated
|
| |
THIS IS THE PROGRAM THAT ALLOWS YOU TO CREATE LINKED LIST WITH THE HELP OF MOUSE ALSO THIS PROGRAM USES MOUSE EVENTS IN THE PROGRAM FOR GOOD LOOK AND ALSO SORT THE LIST |
| |
| |
| |
 |
_Palindrome Checker | C++ (general), Microsoft Visual C++ | Intermediate / _di3 | 20437 since 2/15/2003 1:57:42 PM |
By 4 Users
|
| |
Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that reads forwards as it would backwards. e.g. 'bob' is a strong palindrome, 'maddam' is a strong palindrome, 'ann a' is a weak palindrome .. ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
A [* Stack - Data Structure Using Link List *] | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Kaustubh Bhoyar | 14585 since 3/29/2007 5:19:20 PM |
By 1 Users
|
| |
This code gives the Simplest Way To Implement The Stack Data structure using Link List instead of using Arrays. (ScreenShot) |
| |
| |
| |
 |
A [* Stack - Data Structures *] | C, C++ (general), Microsoft Visual C++ | Beginner / Kaustubh Bhoyar | 14516 since 12/11/2006 8:40:18 AM |
By 3 Users 2 Excellent Ratings
|
| |
This is my first submition to this site.
so i like to start with some simple
this code helps you to impliment a stack using c or c++ i think this is the simplest code to impliment the stack ... So enjoy ...:) |
| |