belama 6 Posting Shark

In managed C++ if I have a function only concatenating a string, is it necessary to add the S in front of the "Some string" for it to be managed?

(S"Some string")

The string doesn't exist outside the function so will the string be managed properly without the S?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.