in the C++ business interface, aggregate values like string are passed by value. Should be passed as const string & for efficiency reasons.
Log in to post a comment.