I have basic knowledge in c++ and I got an assignment to read a code it python and rewrite it in c++. I\'m not familiar with python so I\'m sorry for any newbie Q :).
In
You should have two values for each variables.
b,a= 5,5 print (a,b)
I am sure your method is returning two values.