Assuming I have a class:

Code:
class A
{
  int[8] values;
};
How would I initialize all elements of values to 0 in the constructor initializer list?