Windows Programming Notes

Source: Internet
Author: User

Wide character: wchar_t does not have a specific number of bits defined, but is usually expressed as 0x00**, stored in memory as * 00, so the character length cannot be read with strlen

C language Chinese characters need to be stored in two bytes, the end of the string will usually be marked with/0, so open the array when the need to open a bit more, sizeof words will also show one more, the output of Chinese characters need to use two consecutive ASCII code to denote printf ("%c%c", 206,210); can output me , here is an article about the origin of the code: here

27+41

Windows Programming Notes

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.