int main() { set A,B; cout << "Enter First set of numbers, (-1) to quit: "<<endl; // Takes the input of the first set of numbers...
hey real quick, can you explain what you mean by this for me. I defined Set A,B; // in main. how do i bring the number directly into Set A, and...
i think i got some of it down but i am not sure if its right. for the first few i got this so far. List :: List() { a =0; count =0; Capacity=0;...
can someone please help me write these functions, i have looked online and i am having trouble finding how to write them. Thanks class List {...
Hey, as you see i used inputArraySetA[20] to take in my inputs, i tried using int a, but each time i used that i couldn't save a set of numbers...
thank you for your reply, i used protected because we had just begun talking about it and i was possibly thinking that using an inheritance would...
I am to create a program with a Class Set having the the following member functions: • Set() • void AddElement(int v) • void RemoveElement(int...
Separate names with a comma.