User: iKjetil

  • Public profile

User profile: iKjetil

User info
User name:iKjetil
History
Joined:
Number of posts:7
Latest posts:

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 sematics
So you are saying that function calls are not made with copy by value arguments?

move sematics
If we have say a move constructor like this: struct A { int n; A(){ n=0; } A(A&& oth...

lvalue and rvalue
So 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