[comp.lang.c++] C++ in a non-UNIX environment

joecar@pyuxe.UUCP (02/24/87)

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.