Is it possible to pass a string by reference?
For example, void SomeFunction(string&, string&);
I know this isn't correct but how can I pass strings by reference if at all possible?