Hi Bob, thanks for your reply.
Bob Friesenhahn ([EMAIL PROTECTED]):
> On Tue, 9 Dec 2003, Billy Biggs wrote:
>
> > I have a C program that uses a library which internally uses C++,
> > [...]
> >
> > 1. Why does my program need to be linked with a C++ compiler in
> > some cases and not in o
On Tue, 9 Dec 2003, Billy Biggs wrote:
> I have a C program that uses a library which internally uses C++, but
> exposes a C API. I have a user who experiences linking problems about
> missing standard C++ stuff, fixed by using "g++" to link. I am looking
> for help in understanding this and w