cplusplus.com
C++ : Users : Abramus
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Abramus
Public profile
Send private message


User profile: Abramus

User info
User name:Abramus
History
Joined:
Number of posts:170
Latest posts:

Friendship and circular dependencies
All I really have to say here is that [code]friend[/code] does not break encapsulation, simply becau...

Class with map containing function pointers of another class
Pointer to member function alone is not sufficient to execute this function - you need an object of ...

OpenGl avoiding redraw shape
You could render all immovable objects into a texture once, and at each frame simply render this tex...

Run Time with Lambda Function
I don't think string comparison could be faster than pointer comparison. My guess is there is some h...

Which is the fastest BST-balancing algorithm?
I found a paper on balancing method mentioned by ne555 (or something very similar): http://www.eecs....