I like to ask about templates: as for example we have derived template class:
template
public:
TwoDimArray();
}
I know that the derived template class snippets above is legal but why?
Can anyone explain to me as I thought it is not allowed? And I also like to know what is the purpose of the spaces in the < Array
VulpesPosted Jan 25, 2012, 5:14 AM