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.
我想限制 microsoft visual studio 使其只能运行“C99”(ANSI C)代码。任何人都可以给我一些指导吗?
微软尚未实现 c99,而是将精力投入到标准 C++ 中。
但是,如果您只想禁用微软对 C/C++ 的扩展,那么您可以使用 /Za 编译器开关,但不要期望使用 c99 之类的东西stdint.h。
stdint.h
元素?