initialize a vector in a constructor

thanks pYro_65! do you also hknow how to declare the template in constructor in the cpp file? I have declared the class in this way "template< const int i_Elements > class myClass" in the header.
In the cpp declarations like this one:
"template< const int i_Elements> myClass::myClass()" seems not to be accepted.