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進数(基数16)表現です。