Initialization (programming): Difference between revisions

Content deleted Content added
grammar fix
Tbleher (talk | contribs)
m Initializer list: C++11 has already been released; link to new site
Line 41:
Sometimes the term "initializer list" is also used to refer to the list of expressions in the array or struct initializer.
 
The coming new C++ standard, [[C++0x11]], provides for a [[C++0x11#Initializer_lists|more powerful concept of initializer lists]], by means of a template, called <tt>std::initializer_list</tt>.
 
===Default initialization===