How do I return multiple variables from a C++ function?
Hi,
I am learning to code with C++. I was wondering if I can return multiple variables from a C++ program, instead of declaring as global, if possible. Suppose I have a function that works on 3 integers; do some process on them, I want 3 of them to be returned.








