時間:2023-05-29 12:42:02 | 來源:網(wǎng)站運營
時間:2023-05-29 12:42:02 來源:網(wǎng)站運營
vs 創(chuàng)建和使用動、靜態(tài)庫:生成動態(tài)庫會得到生成靜態(tài)庫會得到.dll
和.lib
文件
.lib
文件 #include <iostream>#include "add.h"int main(int argc, char * argv[]){ std::cout << "10+20=" << add(10, 20) << std::endl; system("pause"); return EXIT_SUCCESS;}
關(guān)鍵詞:靜態(tài),使用,創(chuàng)建
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。