Best practices for handling string in VC++?
- by Hiren Gujarati
As I am new to Visual C++, there are so many types for handling string. When I use some type and go ahead with coding but on next step, there are in-build functions that use other types & it always require to convert one type of string to other. I found so many blogs but so confused when see so many answers & try but some are working & some are not.
Please give your answer or links that gives ultimate solution for handling different types of strings in visual c++.