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.
是
#pragma comment(linker, "/STACK:0x04000000")
相当于
#pragma comment(linker, "/STACK:67108864")
?
是 0x04000000 是 67108864(基数 10)的十六进制(基数 16)表示