Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!bloom-beacon!eru!hagbard!sunic!news.funet.fi!funic!polaris.utu.fi!polaris.utu.fi!magi From: magi@polaris.utu.fi (Marko Gronroos) Newsgroups: comp.lang.c++ Subject: Re: BSD-style sockets with g++? (thanx) Message-ID: Date: 27 Nov 90 13:12:13 GMT References: Sender: news@polaris.utu.fi Distribution: comp Organization: University of Turku Lines: 10 Thanx for all the three people who answered, my day is saved. The right answer to my question about using C headers (of socket-handling) with g++ was: extern "C" { #include foo (int, char*); bar (); }