From mboxrd@z Thu Jan 1 00:00:00 1970 From: ronkhu Subject: dynamic loading of objects/modules in C/C++ Date: Tue, 17 Jun 2003 08:47:20 +0800 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3EEE6518.3030004@hq.ntsp.nec.co.jp> Reply-To: ronkhu@ntsp.nec.co.jp Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming Hello, Is there a "java-like-reflection API" for C++ and C that would enable a program( already in execution) to dynamically load a particular module(files with .o extension) or class? (how about dynamic loading of functions?)