SyntaxFix
Write A Post
Hire A Developer
Questions
std::fill_n(array, elementCount, 0);
Assuming array is a normal array (e.g. int[])
array
int[]