HS> Most compilers accept non-standard code. And most
HS> people understand non-standard code aswell.
DM>Are you sure about either, or is it just YOUR compiler(s)? I seem to
DM>recall you going on about some non-standard code
DM>(cprintf?) that happens
DM>to work on YOUR compilers, but not really _ALL_ current compilers.
HS> How many other compilers need cprintf? There's no use
None. Not standard.
HS> whining if someone is too stupid to realize that
HS> cprintf() is only useful within DOS. Hence, all DOS
This echo is not just for those who already know C, but for those learning,
too. Your exclusion of those learning is one of the reasons that you are
slowly being twitted by anyone who knows better.
HS> compilers have it (the ones that I know of anyway, and
HS> that list is big). If a DOS compilers doesn't have it,
I believe I've seen a list of four or five already posted that don't - and
they're DOS compilers.
HS> then it would most likely contain an equivalent.
Why? What happened to printf anyway?
HS> Another error in your previous asseration is your
HS> assumption that cprintf() is in the standard. It is not.
I never made any such assumption. You're assuming about my assumptions.
(Here's a hint: you were talking about "accepting non-standard code", and I
just brought up one of your "non-standard" issues again.)
HS> SomeType *mytime = (SomeType *)malloc(sizeof(SomeType))
HS> when,
HS> SomeType *mytype = malloc(.... etc
HS> compiles. Even though ANSI-C++ forbids void *
DM>We're not talking about C++, are we? I thought this was the C echo.
HS> Same concept applies to C. You did realize that, didn't you?
Nope - because ANSI C allows conversion from void* to any other pointer type
- this has nothing to do with C. Please stay on topic.
HS> conversion it still works, doesn't it? I could go on
HS> and on about it but I assume you get the idea.
DM>Yes, I get the idea that you have no clue about what standards mean.
HS> Just as I suspected. Your brain failed to synapse such infantile logic.
Something like that. Now, if you'd stop using infantile logic...
---
---------------
* Origin: Tanktalus' Tower BBS (1:250/102)
|