Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!lupine!rfg From: rfg@NCD.COM (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: Re: How compatible are the various C++ implementations? Message-ID: <2391@lupine.NCD.COM> Date: 3 Nov 90 04:36:56 GMT References: <901012.051006.5031@nowhere.uucp> <475@taumet.com> Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 59 In article <475@taumet.com> steve@taumet.com (Stephen Clamage) writes: It was for these same reasons (and cost as well) that I choose a translator <>as opposed to a native code compiler. Instead of purchasing seperate C++ <>compilers for each target (even assuming they were availible) I have a single <>C++ translator running on my host platform (386 unix) that can produce C source <>for 8051, v40 (a 80186 sort of), 68k, this here box, or anything else that has <>a C compiler for it. I dont have to worry about compatibility at the C++ level <>since the C output is the same for each target, one only needs to evaluate the <>capabilities of the target C compiler. <