Thursday, July 9, 2009

How do you embed standard C code in a C++ .NET app?

extern "C" {


/* C code */


}





(not just for MS tools, part of the C++ standard)


No comments:

Post a Comment