User: paraxod

  • Public profile

User profile: paraxod

User info
User name:paraxod
History
Joined:
Number of posts:12
Latest posts:

How to access to a template child method from a parent class?
I have a base class from which a template class inherits: [code] class Base { public : v...

How to connect objects in order to transport data between them?
Sorry for writing it here. But when I create a new topic from scratch I am not able to format text a...

How to connect objects in order to transport data between them?
Suppose I have a class [code]Object[/code] which can send or receive some data: [code] class Object ...

Counter object that declared only in the base class but used in every derived class separately.
OK. But if I chose to increment [code]counter[/code] inside the constructor of each class I would ge...

Counter object that declared only in the base class but used in every derived class separately.
Yes. It works if I increment [code]counter[/code] inside the [code]Protocol[/code] constructor: [cod...

This user does not accept Private Messages