Elements of array will be default initialized.

I have a `char*` data-member in a class.

I get the following compiler error, the error refers to the char* data member:

error C4351: new behavior: elements of array will be default initialized.

Any ideas?

Topic archived. No new replies allowed.