Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C++ Tutorial
Language Basics
Data Types
Operators statements
Array
Development
Exceptions
Function
Structure
Class
Operator Overloading
Pointer
File Stream
template
STL Introduction
string
vector
list
bitset
set multiset
valarray
queue stack
deque
map multimap
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Binary search
STL Algorithms Sorting
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Iterator
STL Algorithms Heap
STL Algorithms Helper
object array « Class « C++ Tutorial
C++ Tutorial
Class
object array
9.33.object array
9.33.1.
Create an array of objects
9.33.2.
An array of objects: call its method
9.33.3.
Initialize an array of objects without referencing the constructor directly
9.33.4.
Initialize an array of objects by referencing the constructor directly
9.33.5.
Object array of derived classes
9.33.6.
Allocate an array of objects using new operator
9.33.7.
An array of pointers to objects
9.33.8.
An array on the heap
9.33.9.
Delete an array of objects
9.33.10.
allocates and frees an object and an array of objects of type loc.