home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!microsoft!wingnut!pauljo
- From: pauljo@microsoft.com (Paul Johns)
- Subject: Re: How to call C++ functions in a C program?
- Message-ID: <1992Dec23.205258.367@microsoft.com>
- Date: 23 Dec 92 20:52:58 GMT
- Organization: Microsoft Corp.
- References: <1gqo0aINN5jj@function.mps.ohio-state.edu> <1gqbepINNt6s@function.mps.ohio-state.edu> <1gqe3lINNs1v@eagle.natinst.com> <SCHOUTEN.92Dec17125550@sp95.csrd.uiuc.edu>
- Lines: 3
-
- You can't include iostream.h in a C program. And you should link
- with the C++ runtime library, not the C runtime library. I have
- no idea how to specify this under UNIX.
-