User profile: thephysicsguru

User info
User name:thephysicsguru
Email:thephysicsprogrammer@gmail.com
Name:Lawrence Carlson
Location:Fresno, California
Bio:I am an experimental high energy physicist.
History
Joined:
Number of posts:22
Latest posts:

Constructor Assignment List
[quote] [code] foo() : m_var1( [b]T1()[/b] ), m_var2( [b]T2()[/b] ) {} // how to address type strin...

Constructor Assignment List
When 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 namespace
thanks!!

template namespace
The following questions are from a purely pedagogical view: When a class or function is created usi...