Skip to main content
Post Made Community Wiki
Source Link
Peter Alexander
  • 54.4k
  • 14
  • 121
  • 169

Technically it does initialize them -- by using their default constructor, which incidentally does nothing but allocate the memory for them.

If what you wanted to know is whether or not they are set to something sane like 0 for ints, then the answer is "no".