Top "Dependent-name" questions

A C++ dependent name is a name that depends on a template argument.

Where and why do I have to put the "template" and "typename" keywords?

In templates, where and why do I have to put typename and template on dependent names? What exactly are dependent …

c++ templates typename c++-faq dependent-name
calling template function of template base class

Possible Duplicate: Where and why do I have to put the “template” and “typename” keywords? Here's the code: template<…

c++ templates dependent-name