Saturday, 27 April 2013

How do you link a C++ program to C functions? | C#.Net Interview Questions

By using the extern "C" linkage specification around the C function declarations.

No comments: