Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!att!dptg!ulysses!andante!alice!ark From: ark@alice.att.com (Andrew Koenig) Newsgroups: comp.lang.c++ Subject: Re: call C++ from C Keywords: C++/C Message-ID: <20463@alice.att.com> Date: 27 Jun 91 13:03:25 GMT References: <359@soleil.jupiter.UUCP> Reply-To: ark@alice.UUCP () Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 11 In article <359@soleil.jupiter.UUCP> rh@jupiter.UUCP (#Rachid Himmi) writes: > I'm looking for the way to call a C++ module from a C program through > the declaration of a class and the call of its function members. Turn your C program into a C++ program and it's easy. Otherwise, it's a matter between you and your implementer(s) and it's not guaranteed to work no matter what you do. -- --Andrew Koenig ark@europa.att.com