| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Accessing a private/protected data member of a class from 'main()' | C++ (general) | Intermediate / Shubhabrata Mukherjee | 4588 since 4/6/2008 12:20:03 PM | Unrated
|
| |
Accessing a private/protected data member of a class from 'main()': A Trick |
| |
| |
| |
 |
Accessing Private Data Members in C++ | C++ (general), Borland C++ | Advanced / Sanchit Karve | 3717 since 11/2/2003 5:24:48 AM | Unrated
|
| |
PLEASE RATE THIS CODE
This code explains how we can access Private Data Members of a Class in C++ OOP without using the friend keyword. |
| |
| |
| |
 |
Accessing Private/Protected Data Members Of A Class From 'main()' | C++ (general) | Beginner / Shubhabrata Mukherjee | 3253 since 4/6/2008 12:19:41 PM |
By 1 Users
|
| |
In C++ we know that when a class's data member is private then it is accessible only from within the class and when the data member is protected then it is accessible in that class where it was declared and also from the class which derives it. So when a ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Address Book example | C++ (general), UNIX C++ | Beginner / Jackie Sparks | 9792 since 2/15/2002 10:14:50 AM |
By 2 Users
|
| |
This code will take names addresses etc.. and put them in a file formated in a speacial way they could be easily opened and removed if that will ever be put into this program. This was compiled using bloodshed, and gcc on linux. |
| |
| |
| |
 |
Airway reservation | C, C++ (general) | Beginner / Palaniappan S M | 3617 since 3/13/2007 8:29:36 AM | Unrated
|
| |
|
| |
| |
| |
 |
alClient/Server | C++ (general), Microsoft Visual C++ | Beginner / Alex LaPonsie | 8146 since 1/7/2004 10:56:13 AM |
By 3 Users
|
| |
Client and server creation classes. Very easy to use in your programs. Uses winsock and tcp/ip. |
| |
| |
| |
 |
all_operators | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Predrag Tasevski | 2617 since 6/9/2004 7:44:08 PM | Unrated
|
| |
Explaine the simple operators, logical and racional operators for beginers!!! Fill free to add something and ask! |
| |
| |
| |
 |
ALPHASM SCRIPT <Updated> (The Source Code Documentation Language) | C++ (general), Microsoft Visual C++ | Intermediate / Koda | 2505 since 11/8/2002 11:39:31 AM | Unrated
|
| |
This program is a simple scripting language that documents source code. It was inspired by JavaDoc and though I developed it for my personal use, I thought that I should share it. |
| |
| |
| |
 |
An unlimited size natural/rational number | C++ (general) | Advanced / Barakman | 5717 since 10/1/2008 10:27:39 AM | Unrated
|
| |
Class NaturalNum:
Stores a natural number of any conceivable size.
Class RationalNum:
Stores a rational number of any conceivable size.
Both classes support any arithmetic operation provided by C++.
|
| |
| |
| |
 |
ansi/unicode string class | Microsoft Visual C++, Borland C++ | Intermediate / John Bell | 4630 since 5/15/2003 1:03:43 PM | Unrated
|
| |
This code creates a string class that is compatible with 8 bit ansi or 16 bit unicode depending on the platform. In addition to all the standard overloaded operators, it also contains a set of vb-style string handling methods....cheers fallenhobit..ps thi ...(description truncated) |
| |