Re: I want unsigned char * string literals
On Mon, 23 Jul 2007 22:55:24 -0400
Eric Sosman <esosman@ieee-dot-org.invalidwrot e:
Oh please. I appreciate your input. It's usually good advice. But spare
me the drama. Just because I think The C Standard Library is useless
[1], that has little impact on using C The Language.
Mike
[1] Ok, yes, "useless" is an exaggeration simply because you *have*
to use the standard library to interface with the host. But otherwise
I don't use a lot of it (e.g. I literally don't use malloc *at all* -
I have my own allocators).
On Mon, 23 Jul 2007 22:55:24 -0400
Eric Sosman <esosman@ieee-dot-org.invalidwrot e:
Michael B Allen wrote:
>
For the Nth time: Forget about C and find a language
more suited to your tastes. If you truly believe C is
useless, you're just wasting your time and our patience.
Go away! Be happy! Be happy somewhere else, please!
We who are about to be obsoleted salute thee; just leave
us to our misery and begone!
[...]
I never said that the exiting malloc(3) function should be changed to
have a context object. I just said it was useless [...]
I never said that the exiting malloc(3) function should be changed to
have a context object. I just said it was useless [...]
For the Nth time: Forget about C and find a language
more suited to your tastes. If you truly believe C is
useless, you're just wasting your time and our patience.
Go away! Be happy! Be happy somewhere else, please!
We who are about to be obsoleted salute thee; just leave
us to our misery and begone!
me the drama. Just because I think The C Standard Library is useless
[1], that has little impact on using C The Language.
Mike
[1] Ok, yes, "useless" is an exaggeration simply because you *have*
to use the standard library to interface with the host. But otherwise
I don't use a lot of it (e.g. I literally don't use malloc *at all* -
I have my own allocators).
Comment