...
template <class T>
1
You may also see the newer keywords
template <typename T>
instead of
template <class T>
in some template code. Both Visual Studio 6 recognizes both methods.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .