Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~206 People Reached
Favorite Tags
c++ x 3
Member Avatar for hoolr

I'm trying to implement a Visitor Pattern in c++, but I'm having problems with the elements being visited in turn having their children visited. For example I have a class Element, which has a vector of Nodes (can be elements or any classes that inherit from node): [CODE] class Element …

Member Avatar for dkalita
0
105
Member Avatar for hoolr

I posted this in the C++ forum, but decided to repost here as it relates to software development, and this might be a better audience for it. I'm trying to implement a Visitor Pattern in c++, but I'm having problems with the elements being visited in turn having their children …

Member Avatar for hoolr
0
101