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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!