#include // g++ -shared hello.cpp -o hello.dll extern "C" void think(void) { std::cout << "Hello World !" << std::endl; }