在C++中調用C語言中的函數

main.cpp #include <iostream> #include"test.h" using namespace std; //在C++中想調用C中的函數 //extern "C" void show(); //一個一個函數調用的方法 int main() { show(); return 0; } test.h #ifndef TEST_H_INCLUDED #defin
相關文章
相關標籤/搜索