From: Brendan Simon Date: Fri, 2 Feb 1996 16:55:51 +1100 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: calling C++ from C I am new to C++ but experienced with C and soley use djgpp v2. I have a simple C++ program which I intend to use as a library. Can I call/use a C++ class from within a C program ? If not, can I have a wrapper style function in the C++ program which will use the class objects ? As I understand it, I would also need 'extern "C" {' and '}' in the C++ file. Is this correct ?? Thanks for your help. Brendan Simon brendan AT rdt DOT monash DOT edu DOT au