| | | | |
Object Oriented Programming in C/C++ | | Object- Oriented Programming (OOP) is an approach to program organization and development that attempts to eliminate some of the pitfalls of conventional programming methods by in incorporating the best of structured programming features with several powerful new concepts. It is a new way of organising and developing programs and has nothing to do with any particular language. However, not all languages are suitable to implement the OPP concepts easily. This tutorial covers how to get most out of the Object Oriented Programming Conecpts using C++ Language. Price: - Version: - Platform(s):
Added: Sat Aug 13 2005 - Updated: Sat Aug 13 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Pointers in C/C++ | | Pointers in c/c++. A small tutorial covering basics of Pointers, dynamic memory allocation, allocating blocks of memory and comparison of pointers and arrays. Within the computer’s memory, every stored data item occupies one or more adjacent memory cells. The number of memory cells required to store a data item depends on the type of data item. For example, a single character will be stored in 1 byte of memory integer usually requires two adjacent bytes, a floating point number may require four adjacent bytes.
Price: - Version: - Platform(s):
Added: Sat Aug 13 2005 - Updated: Sat Aug 13 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | | |