In python how you can assign multiple values to different variables by separating the values with a comma. e.g., a, b = 10, 20 Is there a c++ equivalent?
I was sorting th