User profile: selfuser

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

typedef meaning
hi, I saw in some code examples with some conventions when defining typedef structure [code] // exa...

Using Reference with virtual method
Now it's all clear !! Thanks :-)

Using Reference with virtual method
Ok, thanks, I got your point except one thing which end filling my puzzle... I understand that "A r...

Using Reference with virtual method
Hi again I still didn't get it... What that it mean I can't rebind it ? What actually happened in ...

Using Reference with virtual method
Hi, [code]#include <iostream> using namespace std; struct A { virtual void f() { cout<<"A\...