RAD Studio
ContentsIndex
PreviousUpNext
E2071: operator new must have an initial parameter of type size_t (C++)

E2071 Operator new[] must have an initial parameter of type size_tCompiler error 

Operator new can be declared with an arbitrary number of parameters. 

It must always have at least one, the amount of space to allocate.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!