W
wiza
if i want to implement the point type in terms of pair<int ,int>, and i
also want to define a member variable named x to access the
pair<int,int>::first member variable.
how can i achiev this goal?i dont want to use memeber function.
also want to define a member variable named x to access the
pair<int,int>::first member variable.
how can i achiev this goal?i dont want to use memeber function.