Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 
C/C++/VC++
C++ Polymorphism
Polymorphism is the ability to use an operator or function in different ways. Polymorphism gives different meanings or functions to the operators or functions. Poly, referring to many, signifies the many uses of these ope

Posted : Oct/08/2009   By: Guru    Category: C/C++/VC++    Total Views :99   Vote Up: 0   Vote Down: 0

C++ Virtual Functions
Virtual, as the name implies, is something that exists in effect but not in reality. The concept of virtual function is the same as a function, but it does not really exist although it appears in needed places in a progra

Posted : Oct/08/2009    By: Guru    Category: C/C++/VC++   Total Views :108   Vote Up: 0   Vote Down: 0

C++ Pure Virtual Function and Virtual Base Class
In this C++ tutorial, you will learn about pure virtual function, declaration of pure virtual function and virtual base class, virtual base class and how to implement a virtual base class, explained with examples.

Posted : Oct/08/2009   By: Guru    Category: C/C++/VC++    Total Views :127   Vote Up: 0   Vote Down: 0

C++ Friend Functions
In this C++ tutorials, you will learn about friend functions, need for friend function, how to define and use friend function and few important points regarding friend function, explained with example.

Posted : Oct/08/2009    By: Guru    Category: C/C++/VC++   Total Views :127   Vote Up: 0   Vote Down: 0

C++ Static Functions
Static member functions have a class scope and they do not have access to the 'this' pointer of the class. When a member is declared as static, a static member of class, it has only one data for the entire class even th

Posted : Oct/08/2009   By: Guru    Category: C/C++/VC++    Total Views :126   Vote Up: 0   Vote Down: 0

C++ Pointers
Every storage location of memory has an associated address. Address is a number that grows sequentially. For every program placed in memory, each variable or function in the program has an associated address

Posted : Oct/08/2009    By: Guru    Category: C/C++/VC++   Total Views :80   Vote Up: 0   Vote Down: 0

C++ Void Pointer and Null Pointer
In this C++ tutorial, you will learn about two interesting types of pointers; void pointers and Null Pointer. These pointers will be discussed in conjunction with syntax, usage and example.

Posted : Oct/08/2009   By: Guru    Category: C/C++/VC++    Total Views :153   Vote Up: 0   Vote Down: 0

C++ Memory Management operators
The concept of arrays has a block of memory reserved. The disadvantage with the concept of arrays is that the programmer must know, while programming, the size of memory to be allocated in addition to the array size remai

Posted : Oct/08/2009    By: Guru    Category: C/C++/VC++   Total Views :96   Vote Up: 0   Vote Down: 0

C++ Dereference Operator
In this C++ tutorial, you will learn how to access the value of variables pointed by the pointer variables using pointer concept discussed in detail.

Posted : Oct/08/2009   By: Guru    Category: C/C++/VC++    Total Views :81   Vote Up: 0   Vote Down: 0

Elements of Object Oriented Programming
Object-Oriented Programming is centered around the new concepts such as classes, polymorphism, inheritance, etc. it is a well suited paradigm for the following: .Modeling the real world problem as close as possible to t

Posted : Oct/08/2009    By: Guru    Category: C/C++/VC++   Total Views :84   Vote Up: 0   Vote Down: 0

 
 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge