Topic: C Compilers Compatibility...


Author: rfg@netcom.com (Ronald F. Guilmette)
Date: Wed, 26 Oct 1994 08:35:31 GMT
Raw View
In article <1994Oct25.175126.6746@conicit.ve> jmendo@conicit.ve (Jose Mendoza (UCV)) writes:
>
>  I was talking yesterday with a friend and he told me that he had some
>troubles using C code from one compiler to another (for example: Microsoft
>C 6.00 With Borland C++).

You must be joking!

The answer is an unqualfied yes.  Portability of programs is a MAJOR MAJOR
problem.  That's why great gobs of people drag themselves off to strange
places (like Valley Forge, PA) every few months for several years to try
to hammer out language standards.

Sadly, even when _that_ work is done, there are yet more road blocks on
the way to software portability.  Some of these involve even bigger battles
(e.g. in the marketplace) like the battle between those who believe in the
idea of standard operating systems and those who would rather lock you
into their own proprietary operating systems.

--

-- Ron Guilmette, Sunnyvale, CA ---------- RG Consulting -------------------
---- E-mail: rfg@rahul.net ----------------- Purveyors of Compiler Test ----
-------------------------------------------- Suites and Bullet-Proof Shoes -




Author: baynes@ukpsshp1.serigate.philips.nl (Stephen Baynes)
Date: Tue, 1 Nov 1994 12:47:07 GMT
Raw View
Jose Mendoza (UCV) (jmendo@conicit.ve) wrote:

:   I was talking yesterday with a friend and he told me that he had some
: troubles using C code from one compiler to another (for example: Microsoft
: C 6.00 With Borland C++).

:   So, i would like to know if anybody have had troubles of this kind,
: because i made this change myself and it worked.

C++ is not a superset of C.

Therefore do not expect C code to compile with a C++ compiler.
--
Stephen Baynes                              baynes@mulsoc2.serigate.philips.nl
Philips Semicondutors Ltd
Southampton                                 My views are my own.
United Kingdom




Author: jmendo@conicit.ve (Jose Mendoza (UCV))
Date: Tue, 25 Oct 1994 17:51:26 GMT
Raw View
  I was talking yesterday with a friend and he told me that he had some
troubles using C code from one compiler to another (for example: Microsoft
C 6.00 With Borland C++).

  So, i would like to know if anybody have had troubles of this kind,
because i made this change myself and it worked.

  Thanks.

Jose Mendoza
jmendo@dino.conicit.ve