摘要: 一、Windows 系统(Visual Studio/MinGW) 1. 静态库(.lib) (1)创建静态库(Visual Studio) 新建项目 → 选择「静态库(Static Library)」; 编写库代码(如math.cpp),编译后生成math.lib(默认在Debug/Release 阅读全文
posted @ 2025-12-04 10:53 小java 阅读(2) 评论(0) 推荐(0)