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
Array Object « Data Structure « C++
C++
Data Structure
Array Object
1.
Init class array: char type
2.
Define and init class array: two int type parameters in constructor
3.
Init class array: int constructor parameter
4.
Arrays of Objects
5.
Initialize each object in an array by specifying an initialization list
6.
A simple bounded 2-d array example.
7.
Two dimension object array: reference by index
8.
Two dimension object array: reference by pointer
9.
Incrementing an object pointer