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'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 ...
You can define initial values for the elements of a static array by listing the initial values in parentheses following the list of element names in the DECLARE or ARRAY statements. Commas are ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results