Constructor Assignment List[quote] [code] foo() : m_var1( [b]T1()[/b] ), m_var2( [b]T2()[/b] ) {} // how to address type strin...
Constructor Assignment ListWhen creating a constructor for some class, it has been advised to use an assignment list to initial...
Class Alias?Is it possible to give a class an alias in its .h file? I thought I read somewhere this was possibl...
template namespacethanks!!
template namespaceThe following questions are from a purely pedagogical view: When a class or function is created usi...