Sunday, January 3, 2010

Do you need to return more than a value

Typically you do

return_value function(parameters)
{

}

with boost::tuple you can return tuples of values. here is an example of code.

No comments:

Post a Comment