From: I DOT Vighetto AT lakesnet DOT it (Dr. Sbaitso) Newsgroups: comp.os.msdos.djgpp Subject: C functions in C++ Date: Thu, 28 Jan 1999 22:47:14 GMT Organization: Unknown Lines: 4 Message-ID: <36afa8fd.22506476@news.polito.it> NNTP-Posting-Host: 194.116.33.21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I used a C library with C++ code and linker said me "undefined reference error". I recompiled this library forcing C++ compilation and all worked well. How can I call C functions in C++ programs without problems?