This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
using C++ code in a C Pogram that can be compiled by gcc
- From: Ziad Al-Sharif <zsharif at cs dot nmsu dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 12 Jul 2004 09:46:33 -0600
- Subject: using C++ code in a C Pogram that can be compiled by gcc
hi all
I have a useful C++ library, I can compile it using g++.
I am looking to make an API functions in C for the C++ library, So, I
can use it through a C program
I am asking if there is a way that I can compile it using the gcc. or if
I can use this C++ library in a C program.
thank you so much
Ziad