Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!uvaarpa!murdoch!usenet From: pts@faraday.clas.Virginia.EDU (Paul T. Shannon) Newsgroups: comp.lang.c++ Subject: calling C++ from C Message-ID: <1991Apr15.154120.13484@murdoch.acc.Virginia.EDU> Date: 15 Apr 91 15:41:20 GMT Sender: usenet@murdoch.acc.Virginia.EDU Organization: University of Virginia Lines: 15 Though many books explain how to call C functions from C++, I'm having difficulty figuring out how to do the opposite. I have a large C program, built from several modules of Ansi C code. I want to add two C++ modules to this, and call the member functions from the C program. Do I have to determine how my compiler (Turbo C++ version 1.01) mangles names, and then call the member functions with those names? Thanks for any help. - Paul Shannon pts@Virginia.EDU