Re: template with integer parameter and special implementation for N=1
hi!
> but why don't you use an array in all cases?
I whant to save the extra code to find the correct array element... it
has to be VERY fast.... and i can save by this some extra lines of
"amount checking code"....
>
> boost::array or whatever.
>
> By the way, what's with the "get" prefixes and mix of naming
> conventions? Makes me suspect Java background. What on Earth do you
> expect the prefixes will do of good in C++?
what do you mean exactly? I have fist learned c/c++ .. was conctrained
to learn java.. and now Im back.... :-)
Thx for your
marco
|