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)。例如:
静态常量 int a = 10;
如果它依赖于环境/架构,那么这些设置是否安全:
为所有架构阅读 const 是安全的