I'm trying to use some C code in a C++ class, and I'm running into a few problems. Mainly, I can't access functions and variables defined in C from my C++ class.<BR><BR>So, I think "I'll use extern "C ...
Background: In an effort to fill in a gap in my knowledge regarding where all the wonderful files come from (.h,.inc.lib,ect). I've tried making windows,with as little help files as ...