CString conversion to Const char*

Source: Internet
Author: User

CString str=_t ("This is my test program. ");
Get the length to convert to characters first
Const size_t strsize= (str. GetLength () +1) * *; The length of the wide character;
char * pstr= new char[strsize]; allocation of space;
size_t sz=0;
wcstombs_s (&sz,pstr,strsize,str,_truncate);

int N=atoi (const char*) pstr); The string has been converted from the original CString to the const char*

No such conversion will cause an error and cannot convert LPCTSTR or CString to const char*

CString conversion to Const char*

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.