I have noticed that when writing template some people use
template <typename T>
and others
template <class T>
what is the difference, if any, between using typename and class.
Me personaly I've alwas used the class keyword.![]()
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 12 of 12
Threaded View
|
Click Here to Expand Forum to Full Width |