What's up folks..
Need to know what's the difference when using Templates between:
and
Need to know what's the difference when using Templates between:
Code:
template<class T>
Code:
template<typename T>
Comment