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
~71 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for nettlock

Hello my problem is : I have an interface [CODE] class IAnexable { public: virtual IAnexable* anexar( char c ) const=0 ; virtual IAnexable* anexar( SecuenciaCaracter* sc ) const=0; virtual IAnexable* anexar( SecuenciaCaracter* sc, int inicio, int fin ) const=0; }; [/CODE] from which it inherits the following abstract class …

0
71