class member function and private member problemI see, so my constructors are not constructing anything?? I also have a 'vector <int> val;' in m...
class member function and private member problemhi I'm trying to create a member function of a class which takes a variable of the class type and u...
putting a vector of ints into a stringthanks, i'll try that. though I figured there should be a more simple mechanism to to this? (or not...
member function constructor takes an int into a vectorthanks, i found where the segmentation fault was, and indeed it was not in that function. i think i...
member function constructor takes an int into a vectorhi, what i'm trying to do is to make a constructor in a class, which takes in an integer and create...