Object-oriented programming in standard ANSI C
- From: "Thierry Chappuis" <thierry@xxxxxxxxxx>
- Date: 15 Nov 2006 02:28:02 -0800
Hi,
I'm interested in techniques used to program in an object-oriented way
using the C ANSI language. I'm studying the GObject library and Laurent
Deniau's OOPC framework published on his web site at
http://ldeniau.web.cern.ch/ldeniau/html/oopc/oopc.html. The approach is
very instructive. I know that I could do much of this stuff with e.g.
C++, but the intellectual challenge of implementing these concepts with
pure ANSI C is relevant to me.
Are you aware of another approaches? Any experience in using such
techniques in production code? The use of GObject seems to be well
implemented in the GNOME world, but I didn't find much about Laurent
Deniau's OOPC. Have you some comments about the strengths and drawbacks
of such techniques?
Many thanks for your valuable help and comments
Best regards
Thierry
.
- Follow-Ups:
- Re: Object-oriented programming in standard ANSI C
- From: Chris Thomasson
- Re: Object-oriented programming in standard ANSI C
- From: matevzb
- Re: Object-oriented programming in standard ANSI C
- From: E. Robert Tisdale
- Re: Object-oriented programming in standard ANSI C
- From: Roland Pibinger
- Re: Object-oriented programming in standard ANSI C
- From: Malcolm
- Re: Object-oriented programming in standard ANSI C
- From: Fred Kleinschmidt
- Re: Object-oriented programming in standard ANSI C
- From: Cong Wang
- Re: Object-oriented programming in standard ANSI C
- Prev by Date: Re: regarding << and >> operators
- Next by Date: Re: Please Help ----------Free Downloadable Ebooks for C & C++ Language needed
- Previous by thread: Optimizing Away
- Next by thread: Re: Object-oriented programming in standard ANSI C
- Index(es):
Relevant Pages
|