Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!bu.edu!mirror!necntc!gordon!bain From: bain@gordon.UUCP (Jon Bain) Newsgroups: comp.lang.c++ Subject: Calling C++ member functions from C Keywords: mixed-language type-safe-linkage Message-ID: <217@gordon.UUCP> Date: 15 Mar 91 21:28:55 GMT Reply-To: bain@gordon.UUCP (Jon Bain) Distribution: comp.lang.c++, comp.lang.c Organization: Access Tech Inc - Natick, MA. Lines: 5 Is there an accepted way (either intrinsic to the C++ language or via macro conventions, etc.) to call C++ member functions from C? Any guidance would be greatly appreciated.