C++工程(三):C++库详解(动态库/静态库)
TODO
| 动态库 | 静态库 | |
|---|---|---|
| Linux | .so | .a |
| Windows | .dll | .lib |
参考资料
-
32/64bit判断:https://www.baeldung.com/linux/check-library-32-or-64-bit
-
编译、链接和库 [Learncpp] Introduction to the compiler, linker, and libraries
-
Linux系统切换不同版本的gcc/g++版本:https://gist.github.com/SunnyRaj/788ca494db609a404c9dc4c88d47e775

浙公网安备 33010602011771号