I
Ike
I have a Vector() class....
I want to make it so that I will only have one instance of a given variable.
So, if my Vector class contains, say, Strings only......I want to make sure
that I don't have any dupe strings.......what ought I do? Just thought I
would ask here to get other's feedback. Thanks, Ike
I want to make it so that I will only have one instance of a given variable.
So, if my Vector class contains, say, Strings only......I want to make sure
that I don't have any dupe strings.......what ought I do? Just thought I
would ask here to get other's feedback. Thanks, Ike