Re: [gtk-list] Re: Why is gtk+ written in C?
- From: Russell Leighton <leighton mail imake com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Why is gtk+ written in C?
- Date: Tue, 13 Oct 1998 14:18:36 -0400
Eric Harlow wrote:
>
> Isn't C++ portable?
Nope...long list of reasons, one of
which is linking to libraries and
name mangling....
C may have a few warts, but it is
highly flexible (also dangerous),
but with disciplined programming,
it produces very fast and portable
code.
Use ANSI C and a good memory checker
(e.g., Purify)...life will be good.
Cheers.
Russ
--
------------------------------------------------------------
Russell Leighton leighton@imake.com http://www.imake.com
------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]