Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!columbia!read.columbia.edu!kearns From: kearns@read.columbia.edu (Steve Kearns) Newsgroups: comp.lang.c++ Subject: Using C++ AND C together Message-ID: <6497@columbia.edu> Date: 14 Sep 89 01:03:05 GMT References: <953@ncratl.Atlanta.NCR.COM> <6590251@hplsla.HP.COM> Sender: news@columbia.edu Reply-To: kearns@cs.columbia.edu Organization: Columbia University Department of Computer Science Lines: 10 Is it possible to link a C program with a C++ library? The only a priori problem I could see is that the c++ global constructors would not be properly inited. I would like to create a library that supports C users, but I would prefer to write it in C++. Yes? No? -steve (kearns@cs.columbia.edu)