Re: c / c++ : is it end of era ?
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Sat, 30 Dec 2006 17:00:45 -0800
jacob navia <jacob@xxxxxxxxxxxxxxxx> writes:
Richard Heathfield a écrit :
jacob navia said:
<snip>
Instead of strcat Strcat, etc. That's why operator overloading comesNot in C, it doesn't.
handy since it allows to replace
char *a = "A string";
by
String a = "A string";
BRAVO heathfield!
Bravo!
What an answer. I am really impressed by it.
So many arguments!
I am sure that is the best answer your
mind can give :-)
C does not support operator overloading. Any features you've
implemented that require operator overloading are therefore off-topic
in this newsgroup, and you should discuss them somewhere else. Any
such features that are implemented only in your own lcc-win32 are
useless (and not particularly interesting) to those of us who need to
use other compilers.
Do you understand that? Or are you going to repeat your standard line
that most of us are opposed to progress?
What better argument is needed?
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- References:
- Re: c / c++ : is it end of era ?
- From: jacob navia
- Re: c / c++ : is it end of era ?
- From: jacob navia
- Re: c / c++ : is it end of era ?
- From: Dave Vandervies
- Re: c / c++ : is it end of era ?
- From: jacob navia
- Re: c / c++ : is it end of era ?
- From: Dave Vandervies
- Re: c / c++ : is it end of era ?
- From: jacob navia
- Re: c / c++ : is it end of era ?
- From: Richard Heathfield
- Re: c / c++ : is it end of era ?
- From: jacob navia
- Re: c / c++ : is it end of era ?
- Prev by Date: Re: c / c++ : is it end of era ?
- Next by Date: Re: converting float to double
- Previous by thread: Re: c / c++ : is it end of era ?
- Next by thread: Re: c / c++ : is it end of era ?
- Index(es):
Relevant Pages
|
|