Calling C Code from C++ With ‘extern “C”‘
Now and then we have the need to call functionality that was written in C from our C++ programs. For that, we need to use and understand extern “C”.
Now and then we have the need to call functionality that was written in C from our C++ programs. For that, we need to use and understand extern “C”.