I am trying to use a pointer to an array inside of a for each loop in C++. The code below won't work ...
stackoverflow.com