c**********e 发帖数: 2007 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: careerchange (Stupid), 信区: JobHunting
标 题: C++ Q74: How to return a combination of a class A object, a class B object and an int
发信站: BBS 未名空间站 (Sat Apr 30 22:26:36 2011, 美东)
How to make a function, which returns a class A object, a class B object and
an integer? Thanks. | e*****w 发帖数: 144 | 2 use mutable arguments such as pointers.
B object and an int
and
【在 c**********e 的大作中提到】 : 【 以下文字转载自 JobHunting 讨论区 】 : 发信人: careerchange (Stupid), 信区: JobHunting : 标 题: C++ Q74: How to return a combination of a class A object, a class B object and an int : 发信站: BBS 未名空间站 (Sat Apr 30 22:26:36 2011, 美东) : How to make a function, which returns a class A object, a class B object and : an integer? Thanks.
| e****d 发帖数: 895 | 3 Return a boost::tuple
B object and an int
and
【在 c**********e 的大作中提到】 : 【 以下文字转载自 JobHunting 讨论区 】 : 发信人: careerchange (Stupid), 信区: JobHunting : 标 题: C++ Q74: How to return a combination of a class A object, a class B object and an int : 发信站: BBS 未名空间站 (Sat Apr 30 22:26:36 2011, 美东) : How to make a function, which returns a class A object, a class B object and : an integer? Thanks.
|
|