cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Elements of array will be default initia
Elements of array will be default initialized.
Sep 1, 2014 at 9:30am UTC
DevTK
(10)
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?
Sep 1, 2014 at 11:00am UTC
kbw
(9488)
http://msdn.microsoft.com/en-us/library/1ywe7hcy.aspx
Topic archived. No new replies allowed.