Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc05!hpsciz!masa From: masa@hpsciz.sc.hp.com (Masayoshi Habu) Newsgroups: comp.lang.c++ Subject: Re: calling C++ from C Message-ID: <1410003@hpsciz.sc.hp.com> Date: 17 Apr 91 16:05:19 GMT References: <1991Apr15.154120.13484@murdoch.acc.Virginia.EDU> Organization: Hewlett-Packard, Santa Clara, CA Lines: 17 In comp.lang.c++, pts@faraday.clas.Virginia.EDU (Paul T. Shannon) writes: 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