Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道这个问题与编译器有关。所以我想要一个可靠的方法来确定。
例如:
const wchar_t str[] = L"飞流直下三千尺";
我怎么知道str是小端还是大端?
str
是否有编译器保证宽字符串文字的字节序与目标体系结构相同?
没有编译器保证wchar_t甚至具有字节顺序(或者它是 Unicode,就此而言)。
wchar_t