Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!bellcore!faline!sabre!zeta!gamma!pyuxww!pyuxe!joecar From: joecar@pyuxe.UUCP Newsgroups: comp.lang.c++ Subject: C++ in a non-UNIX environment Message-ID: <165@pyuxe.UUCP> Date: Mon, 23-Feb-87 21:50:28 EST Article-I.D.: pyuxe.165 Posted: Mon Feb 23 21:50:28 1987 Date-Received: Fri, 27-Feb-87 00:35:18 EST Organization: Bell Communications Research Lines: 20 Keywords: C++, porting C++ Does anyone have any experience porting C++ code (translated into C, of course) to a non-UNIX environment? For example, running CC on a AT&T 3B2 and porting the resulting C code to a C compiler running under native TSO on an IBM System 370 architecture machine. Is the translated code portable to a non-UNIX environment? Anyone ever tried it? A logical extension of this is whether anyone has a C++ translator running under such a non-UNIX environment, specifically IBM. I do know that there are several C++ translators for PC's. Is there a lesson to be learned there relative to the mainframe? Thanks in advance for your help. Joe Carfagno ...!bellcore!pyuxe!joecar p.s. I am just learning the C++ ropes, so forgive me if the questions above are obviously stupid to all you illuminati.