Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C++
Pointer 25 codes
Home
C++
Pointer
1 A base pointer to access derived objects
2 Assign the public object member address to a pointer
3 Comparing Pointer Addresses
4 Declares a pointer and then outputs its value without first assigning
5 Decrementing a Pointer for int value
6 Demonstrate an auto_ptr
7 Demonstrates the use of auto_ptr
8 How to use the address operator to assign the address of a variable to a pointer
9 Incrementing a Pointer
10 Incrementing and decrementing an object pointer
11 Index a pointer as if it were an array
12 Indirection Operator and Dereferencing
13 Null Pointers
14 Pointer as a Variable
15 Pointers to Class Members
16 Pointers to Objects
17 Prints the values and addresses of variables
18 Returning a pointer
19 The actual data type of the value of all pointers is the same
20 The Array Name as a Constant Pointer
21 The name of the array is a constant pointer
22 Using a reference parameter for class type
23 Using a Variable Pointer to Point to an Array
24 Using array name as a constant pointer
25 When a pointer is incremented, it points to the next element of its type