struct foo { int ints[10]; char chars[10]; double doubles[10]; foo() : ints() , chars() , doubles() { } };