From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: questions about bcd and c++ Date: Mon, 08 May 2000 20:41:18 +0200 Organization: NetVision Israel Lines: 15 Message-ID: <39170A4E.AB5815A2@is.elta.co.il> References: <8epjp2$jbp$1 AT nnrp02 DOT primenet DOT com> <8epn4g$k1i$1 AT nnrp02 DOT primenet DOT com> <391063d2 DOT 38568953 AT news DOT freeserve DOT net> <8eprlt$k97$1 AT nnrp03 DOT primenet DOT com> <8a96hscqfqik9t7n7lgqqindik5ctl59d4 AT 4ax DOT com> <8f6cvi$cr8$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: ras1-p109.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 957807691 72 62.0.172.111 (8 May 2000 17:41:31 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 8 May 2000 17:41:31 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote: > > > #ifdef __cplusplus > > extern "C" { > > #endif > > > >and at the end: > > > > #ifdef __cplusplus > > } > > #endif > > But wouldn't that choke on structs and global object declarations? No, it won't.