| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Accessing 2 Dimensional Arrays | C | Beginner / Jake Rodriguez Pomperada | 355 since 4/9/2013 1:35:18 PM | Unrated
|
| |
If you like my work please send me an email at jakerpomperada@yahoo.com and jakerpomperada@gmail.com. Here in the Philippines people can reach me through my mobile numbers 09993969756, 09154628025 and 09288471599. My telephone number at home is +63 (034) ...(description truncated) |
| |
| |
| |
 |
Addition of Numbers Using Classes and Pointers | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / Jake Rodriguez Pomperada | 3410 since 2/25/2010 9:11:19 AM |
By 1 Users
|
| |
About this code I shows how to use and integrate classes and pointers in adding numbers in C++. I intended my work for programmers that are new in C++ programming.
If you have some questions about my work please send me an email at jakerpomperada@yahoo.co ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Addition of Numbers Using Struc and Functions | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / Jake Rodriguez Pomperada | 898 since 5/5/2011 11:46:00 AM | Unrated
|
| |
An application that I wrote in C++ as my primary programming language.
If you find my code useful send me an email at jakerpomperada@yahoo.com
Be one of my friends in facebok my address is jakerpomperada@yahoo.com.
I am also accepting programming jobs at ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Address Book ver 1.0 | Microsoft Visual C++ | Intermediate / xphreak | 7601 since 9/11/2001 9:19:43 AM |
By 1 Users
|
| |
Address Book for windows (with a little picture, which describes the current action)
The Address Book uses a double linked list as a data structure.
Greetings X_Phre@K |
| |
| |
| |
 |
Adt Class | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Alon Ben David | 6021 since 9/30/2001 3:07:43 PM |
By 1 Users
|
| |
this is un ADT linked list |
| |
| |
| |
 |
ADT dinamic array (Generic) | C, Microsoft Visual C++ | Beginner / Morgolock | 4997 since 12/13/2001 1:15:25 PM | Unrated
|
| |
Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs to grow. The array allow elements of any type.
|
| |
| |
| |
 |
ADT unlimited number | C++ (general) | Advanced / Larry Bray | 1760 since 5/15/2004 10:09:01 AM | Unrated
|
| |
ADT for unlimited-digit numbers that does math functions. It does have some bugs in it. |
| |
| |
| |
 |
Advanced Linked List Class | C++ (general), Microsoft Visual C++ | Intermediate / Filip Kraus | 1633 since 6/6/2011 7:21:33 PM | Unrated
|
| |
This is a Linked List header in which you don't need to crate 3 pointers to make it work. You just need to model your Nested Class, easy add new Linked Class and access it through operator [] !!
There's an example Screen shot for creating a simple progra ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Airline linked list program (updated) | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / kyle burmark | 16917 since 4/19/2002 2:03:52 AM |
By 10 Users 7 Excellent Ratings
|
| |
This is a program that mimics a simple airline reservation system. This program uses a linked list container class and a linked list node class. This program also has a great function for uppercasing a string. This is a great program for newbies to learn ...(description truncated) |
| |
| |
| |
 |
Airline Reservation Program | Microsoft Visual C++ | Intermediate / Robert H. Oates III | 12242 since 12/13/2002 3:45:04 PM |
By 1 Users
|
| |
This program demonstrates how a basic business application would function. In this case, an airline reservation program. The program demonstrates data construction, parsing, and _EXTREMELT EASY TO LEARN_ file read/write (A newbie could do it). The passwor ...(description truncated) (ScreenShot) |
| |