More support in C++, is it comming?Cubbi: "Making string operations static members of some class doesn't make sense in C++." Why? I me...
More support in C++, is it comming?I'd like to see more support functions in C++, like: * XML support * Objectify all similar funct...
move sematicsSo you are saying that function calls are not made with copy by value arguments?
move sematicsIf we have say a move constructor like this: struct A { int n; A(){ n=0; } A(A&& oth...
lvalue and rvalueSo could we say that rvalue references has as a primary reason for beeing the ability to increase li...
This user does not accept Private Messages