Re: C++ has Boost libraries, C?
- From: Ian Collins <ian-news@xxxxxxxxxxx>
- Date: Wed, 10 Jan 2007 13:31:32 +1300
jacob navia wrote:
Mark McIntyre a écrit :
Interesting, so you advocate extending the language with something thatFor reference, what you've done here is create an object. A simple
one, but still an object.
Of course. But there are no classes, no inheritance, no complications.
This is an object in the C sense: transparent, without any added
constructors, destructors, whatever.
I think C must remain at this level. By introducing operator overloading
(something Fortran 90 supports also for instance) the language remains
simple as it is now, albeit with more expressivity (I hope this is
the right word )
boils down to syntactic sugar while dismissing the one feature
(constructors and destructors) that enables C++ to what C can't (RAII).
--
Ian Collins.
.
- Follow-Ups:
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- References:
- Re: C++ has Boost libraries, C?
- From: santosh
- Re: C++ has Boost libraries, C?
- From: Serve Laurijssen
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- From: Keith Thompson
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- From: Keith Thompson
- Re: C++ has Boost libraries, C?
- From: Roland Pibinger
- Re: C++ has Boost libraries, C?
- From: Ian Collins
- Re: C++ has Boost libraries, C?
- From: Roland Pibinger
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- From: Ian Collins
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- From: Mark McIntyre
- Re: C++ has Boost libraries, C?
- From: jacob navia
- Re: C++ has Boost libraries, C?
- Prev by Date: Re: Where am I going wrong (file open,changecase,write)
- Next by Date: Re: Where am I going wrong (file open,changecase,write)
- Previous by thread: Re: C++ has Boost libraries, C?
- Next by thread: Re: C++ has Boost libraries, C?
- Index(es):
Relevant Pages
|