How To Write a Function That Returns More Than One Value

  • Thread starter Thread starter Code Download
  • Start date Start date
C

Code Download

Guest
Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library that will make it simple to return multiple values from a single function, without "out" parameters -- and it has other uses, too.

Continue reading...
 
Back
Top