Why can't I access the length of my array?
Feb 13, 2012 at 5:21pm
Thanks Galik ..
Feb 13, 2012 at 6:08pm
you can apply dischs method to create a templatex function instaed.
1 2 3 4 5
|
template<int S>
void funct(int (&a) [S])
{
}
|
Topic archived. No new replies allowed.