hi
how do i do this problem
how do i put this in to an array
p.assign(p1, A);
p.assign(p1, B);
p.assign(p2, _A);
p.assign(p2, _B);
so that it display as
p1 A B
p2 _A _B
because everytim i call the assign method the array index are going to be 0,0 how do i make it reference to the first variable
thanks
as in
in side the class
Proxy p = new Proxy();
p1 & p2 = instance of processor and
A B _ & _B = instnce of track amanger