March 2019
Intermediate to advanced
708 pages
17h 9m
English
To declare a scoped pointer, we simply use the following syntax:
TScopedPointer<AWarrior> warrior(this );
This declares a scoped pointer referencing an object of the type declared within the angle brackets: < AWarrior >.
Read now
Unlock full access