I have a small program that I want to write in C, but there is a library that I want to use that is written in C++. I'm thinking that I can write a wrapper that I can call from my C app. FYI, this ...
I've decided to go the route of creating a wrapper DLL for my C# code so that it can access abstracted functions from within the WinPcap DLL. (As most of you know, WinPcap is what NMap for windows ...