News
So, I thought of creating a one-dimensional array of pointers to my existing arrays (so there aren't any copies), but I can't seem to initialize my new array correctly.
I used the C++11 initialization using {}s, the range based for loop to step through the array, and auto to allow the compiler to determine the type of the iterator. The C++ range based for makes ...
I'm trying to templatize a class, based on a list of values. The list can't be another class - template parameters need to be compile-time constants. So that leaves arrays as the option.My current ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results