#include <rdMemory.h>
Static Public Member Functions | |
| char ** | NewArrayOfStrings (int aNumStrings, int aStringLength) |
| Allocate a new array of strings. | |
| void | DeleteArrayOfStrings (int aNumPointers, char **aArray) |
| Delete an array of pointers. | |
|
||||||||||||
|
Delete an array of pointers. Note that both the pointers held by the array and the array itself are deleted.
|
|
||||||||||||
|
Allocate a new array of strings.
|
1.3