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++ Tutorial
Pointer 28 codes
Home
C++ Tutorial
Pointer
1 Address of operator and addresses of local variables
2 Allocating and deleting a pointer
3 Array of pointers to objects
4 Assign the address of a public member of an object to a pointer and then access that member by using the pointer
5 C++ program shows the use of pointers when accessing structure information from a function
6 Class auto_ptr
7 Const auto_ptr
8 Define output operator for auto_ptr print object value or NULL
9 Demonstrate an auto_ptr
10 Demonstrating the Address-of Operator
11 Dereferencing the pointer returned by new
12 Dynamic cast
13 Dynamic_cast
14 Finding Out What Is Stored in Pointers
15 Manipulating Data by Using Pointers
16 Manually create a call-by-reference using a pointer
17 NULL pointer
18 Pointer to a pointer
19 Pointers to Derived Types
20 Pointers to Objects
21 Printing the address stored in a char variable
22 Use a reference parameter
23 Use dynamic_cast to replace typeid
24 Use reference type eliminates the more confusing pointer notation
25 Uses a pointer to access all three elements of array ob after being assigned obs starting address
26 Uses reference parameters to swap the values of the variables it is called with
27 Using a pointer to print the contents of the array
28 What is stored in a pointer