From mboxrd@z Thu Jan 1 00:00:00 1970 From: "qhwang" Subject: integrating c code and c++ code Date: Thu, 26 Dec 2002 15:22:45 -0000 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <004601c2acf2$a442cea0$70ab88c1@ieeta.pt> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi folks, Does anyone have experience of integrating c code together with c++ code? I know it may be unusual but I need to do it. The case is, I need to integrate some well defined c++ wavelet classes into my c application, but I don't have enough time to rewrite the wavelet classes in plain c. So how can I do it? Any help or further pointer will be greatly appreciated. Many thanks. QingHua Wang