You sure can. All you have to do is create strings in C++. You can do this a multitude of ways. In MFC, for example, you could use the CString class, in STL, the string class. You could also use the _bstr_t for BSTR. At any rate, after you create the string, then write the string out to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.