
【c++】一些头文件,及在linux和windows下的区别
- 使用pow()函数,abs()函数,包含头文件<cmath>这在linux和windows的c++都是一样的
- 使用int64_t等定义时,linux使用stdint.h,而windows可以使用cstdint
👁️ 阅读量:0
© 版权声明:本文《【c++】一些头文件,及在linux和windows下的区别》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686884979a370275.html。