Hi all,
I'm looking for a document which summarize the equivalence between C and C++ headers. Is there any?
So far, i've been using this technique when i couldn't find a C++ header equivalent (as far as my knolewdge allows me..) :
extern "C" {
#include <io.h>
#include <sys/stat.h>
}/
Oli