摘要: 1、showCpp.cpp #include using namespace std; // 声明为C语言可以调用的函数extern "C" void ShowCPP(){ coutvoid Show(){ printf("Hello, I'm printed by C code.\n"); ... 阅读全文