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.
我有一些代码使用了 C99 中存在的几个数学函数,但没有在 VS2005 附带的 math.h 或 cmath 中定义。我可以在任何地方获得 C99 的 VS2005 兼容实现吗?
VS 根本不支持 C99 :( 你总是可以在紧要关头从 BSD 的 libc 或其他来源中删除它(GCC 可能有它,但可能会遇到许可问题)