User profile: keh k lenge

User info
User name:keh k lenge
History
Joined:
Number of posts:49
Latest posts:

How to declare prototype of Template functions
Is this the proper way to declare a function prototype with template class? [code] template<cl...

remove_copy_if
Just practicing algorithms. Can anybody point out why temp is null after using remove_copy_if [co...

Lambda capture
If there is a lambda capture [=, &var] does it mean that it can access all the variables in the scop...

Protected inheritance
So, I cant do this [code] child_protected cp; cp.public_member; //This should cause compilation err...

Protected inheritance
How does protected inheritance work. Here child_protected inherits Base as protected. Now the public...