From hjansen at math.tudelft.nl Wed Aug 20 14:03:45 1997 From: hjansen at math.tudelft.nl (Henk Jansen) Date: Wed, 20 Aug 1997 14:03:45 +0200 (METDST) Subject: [C++-SIG] Examples? Message-ID: <01IMNYKWDKW200E6JB@TUDRNV.TUDelft.NL> Is anyone aware of any examples on how to use the C++ binding in python. I've looked at the the source (cxxmodule.cc, cxxtstmodule.cc) but that doesn't help me much to start. --------------- Henk Jansen Department of Mathematics and Computer Science Applied Analysis, Analysis of Large Scale Models Delft University of Technology The Netherlands E-mail: hjansen at math.tudelft.nl Phone: +31-(0)15-2787295 Fax: +31-(0)15-2787209 _______________ C++-SIG - SIG for Development of a C++ Binding to Python send messages to: c++-sig at python.org administrivia to: c++-sig-request at python.org _______________ From furnish at acl.lanl.gov Wed Aug 20 15:59:16 1997 From: furnish at acl.lanl.gov (Geoffrey Furnish) Date: Wed, 20 Aug 1997 07:59:16 -0600 (MDT) Subject: [C++-SIG] Examples? In-Reply-To: <01IMNYKWDKW200E6JB@TUDRNV.TUDelft.NL> References: <01IMNYKWDKW200E6JB@TUDRNV.TUDelft.NL> Message-ID: <199708201359.HAA28808@steam.acl.lanl.gov> Henk Jansen writes: > Is anyone aware of any examples on how to use the > C++ binding in python. I've looked at the > the source (cxxmodule.cc, cxxtstmodule.cc) but > that doesn't help me much to start. cxxmodule.cc is the implementation file. cxxtstmodule.cc is the closest thing to an example that currently exists. I realize it may require a lot of inference on the part of the user. Our other stuff is basicaly not releasable. I plan to produce actual prose/documentation on this, which could be expected to help a lot, but it isn't there yet. I also plan for there to be a www page for this project, but that also isn't done yet. -- Geoffrey Furnish email: furnish at lanl.gov LANL CIC-19 POOMA/RadTran phone: 505-665-4529 fax: 505-665-7880 "Software complexity is an artifact of implementation." -Dan Quinlan _______________ C++-SIG - SIG for Development of a C++ Binding to Python send messages to: c++-sig at python.org administrivia to: c++-sig-request at python.org _______________