User profile: zac

User info
User name:zac
History
Joined:
Number of posts:4
Latest posts:

Implementation problems with template classes and iterators?
It is okay ;). Thanks to you for your fast explanation...^^ Just forgot about typename.

Implementation problems with template classes and iterators?
Sure, but I think you do not understand...^^ class1 is a container-class (list in my case)... The ...

Implementation problems with template classes and iterators?
You are somehow bypassing the problem by inheriting list. Good idea, thanks ;). For this case, it i...

Implementation problems with template classes and iterators?
Hi, I am coding a little tree-container-class. It is using list and vector to store the nodes and t...