Understanding Tuples
C has long supported pairs, allowing for the combination of two arbitrary types. This discussion highlights how tuples extend this concept to accommodate an arbitrary number of components, enhancing data structure flexibility in programming.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 159: C++0X with Scott Meyers
Related Questions