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?

|
Results 1 to 10 of 10
Thread: FunctionsThreaded View
|
|