Xref: utzoo gnu.g++.help:199 comp.lang.c++:10579 Path: utzoo!utgpu!watserv1!watmath!att!att!tut.cis.ohio-state.edu!RAND.ORG!shane%mishka From: shane%mishka@RAND.ORG (Darrell) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: Using flex/bison with g++ Message-ID: <9011280123.AA09918@mishka.rand.org> Date: 28 Nov 90 01:23:06 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Distribution: world Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu Lines: 9 Can C++ (objects, members, member functions, functions, etc.) be accessed from C code? I want to write an interpreter using bison & flex. However, I would like to store the data values in g++ objects and implement the majority of operations as g++ functions. Is this possible, and if it is, can you explain to me how? Thank you, Darrell Shane