How do I initialize all the values in an array to 0 by something like: fill array[] with 0; instead of: array[]={0,0,0,0,0,....}; Thanks -Karl