Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
object pointer « Class « C++
C++
Class
object pointer
1.
Use object pointer to reference virtual method
2.
Use & to get object address
3.
Call virtual function through object pointer
4.
Change the object pointer behaviour
5.
Using an array of class objects
6.
Use dynamic_cast to convert object pointer to its subclass
7.
Need reinterpret cast to perform pointer conversion from unrelated classes
8.
Need reinterpret_cast to go from pointer to int and from int to pointer
9.
Need reinterpret cast to perform reference conversion from unrelated classes -- static_cast doesn't work
10.
Declare object pointer
11.
pointers to base class
12.
Demonstrating the class member access operators . and ->