C + + code line wrapping

Source: Internet
Author: User

1, string is too long, newline display, how to do?
2, using the backslash, as follows:
String str = "abcd\
1234 ";
Note: No characters are allowed after the backslash. The tabs at the beginning of the next line are not included in the entire string, but the whitespace at the beginning of the next line is contained in the entire string.
3, use double quotation marks, as follows:
String str = "ABCD"
"1234";
Note: Two strings are automatically spliced, and there can be any number of empty characters ("") and white space characters between two strings (white space characters, tab characters, line breaks). Note the following differences:
NULL: No value
Null character: "", not containing any characters
Whitespace characters: space characters, tabs, line breaks

C + + code line wrapping

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.