CString to char*

后端 未结 4 1859
清酒与你
清酒与你 2020-12-10 11:47

We are using the CString class throughout most of our code. However sometimes we need to convert to a char *. at the moment we have been doing this using variable.GetBuffer(

4条回答
  •  忘掉有多难
    2020-12-10 12:40

    try the documentation at http://msdn.microsoft.com/en-us/library/awkwbzyc.aspx for help on that.

提交回复
热议问题