From: Michael Kenniston (mkenniston_at_[hidden])
Date: 2000-11-02 12:40:30


Stroustrup, Special Edition, page 854, section C.13.1 discusses this.
One line in the header file will do what you want:

    template < class T > int C< T >::i_ = 0;

- Michael Kenniston