C ++ escape sequence encoding bondini. cpp

Source: Internet
Author: User
Table 3.2 c ++ escape sequence encoding
Character name ASCII symbols C ++ code Decimal ASCII code Hexadecimal ASCII code
Line Break NL (LF) /N 10 0xa
Horizontal Tab HT /T 9 0x9
Vertical Tab Vt /V 11 0xb
Return BS /B 8 0x8
Enter Cr /R 13 0xd
Zhenling Bel / 7 0x7
Anti-credit bar / // 92 0x5c
Question mark ? /? 63 0x3f
Single quotes ' /' 39 0x27
Double quotation marks " /" 34 0x22

// Bondini. cpp
# Include <iostream>
Int main ()
{
Using namespace STD;
Cout <"/aoperation/" hyperhype/"is now activated! /N ";
Cout <"Enter your agent code: ________/B ";
Long Code;
Cin> code;
Cout <"/Ayou entered" <Code <".../N ";
Cout <"/acode verified! Proceed with plan23! /N ";

Return 0;
}

Related Article

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.