Why can't I access the length of my array?

Pages: 12
Feb 13, 2012 at 5:21pm
Thanks Galik ..
Feb 13, 2012 at 6:08pm
closed account (o1vk4iN6)
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.
Pages: 12