O
Oliver Bleckmann
hey, which ways are available i c++ to return multiple values
i know u can use structs, any other methods?
concrete question: i want to do sth. like this:
returning two strings into stringvars data and type
<data,type>=<string,string> splittedAttribs()
strucs would lead to big changes in source...
i know u can use structs, any other methods?
concrete question: i want to do sth. like this:
returning two strings into stringvars data and type
<data,type>=<string,string> splittedAttribs()
strucs would lead to big changes in source...