Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!lethe!yunexus!ists!pi19!larrym From: larrym@pi19.pnfi.forestry.ca (Larry Marshall) Newsgroups: comp.lang.c++ Subject: Re: turbo c++ - comm2 - any one get the lib working Message-ID: <1031@pi19.pnfi.forestry.ca> Date: 8 Aug 90 11:22:31 GMT References: <32530@cup.portal.com> Organization: Forestry Canada, Chalk River, Ont. Lines: 11 PLFaith@cup.portal.com (Patrick L Faith) writes: >First of all, any one notice that the outp and inp are gone in c++, >this is a pain in the but, they have been ?? replaced by something >called outport() and inport(port) , but now the port is either 0 or 1, You didn't say which "C++" you were referring to but none of these functions are defined by either C++ or ANSI C. They weren't defined by K&R C either for that matter. These are DOS specific extensions and different compilers call them different things. Trying to write serial output to the address you gave on my Sun wouldn't make it very happy (grin). -- Larry