c++ - sizeof("001\001")【Wrong writing】
阿神
阿神 2017-05-16 13:23:27
0
1
584

// VS2015 + win10 + Debug x86

#include<iostream>
using namespace std;

int main()
{
    cout << sizeof("001rrreee1");  //5

    return 0;
}

Seek to explain.

阿神
阿神

闭关修行中......

reply all(1)
Peter_Zhu

I understand, the above is wrong.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template