User profile: afrg

User info
User name:afrg
Email:afrguise@hotmail.com
History
Joined:
Number of posts:10
Latest posts:

class member function and private member problem
I see, so my constructors are not constructing anything?? I also have a 'vector <int> val;' in m...

class member function and private member problem
hi 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 string
thanks, 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 vector
thanks, 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 vector
hi, what i'm trying to do is to make a constructor in a class, which takes in an integer and create...