Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c++ Subject: C --> C++ Message-ID: <6590096@hplsla.HP.COM> Date: 14 Apr 89 23:55:40 GMT Organization: HP Lake Stevens, WA Lines: 8 Say you want to write your routines in C++, but for compatibility with old-world programmers your routines need to be callable from C. Is there a clean way to do this? IE a way that is not dependant on the latest and greatest set of gyrations to encode C++ calling conventions into C-compatible names? Can you do a extern "C" like construct that goes the other way?