C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2538
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2538
 
     'new' : cannot specify initializer for arrays
 
     An initializer was given for the specified array created with the
     new operator.
 
     The new operator creates arrays of objects by calling the default
     constructor for each element of the array. The elements of the
     array cannot be initialized to distinct values.
                                    -♦-