wrote:
> CBFalconer <> wrote:
>
>> They don't even try to call it Pascal anymore. Borland has done a
>> great deal of harm to the Pascal language by ignoring the
>> standards. At least they have only ignored one standard, while
>> Microsoft ignores all.
>
> Ok, Charles, is it? For the sake of clarity...
>
> I really don't care a rats behind about standards, portability or
> style. Nobody will ever have to read my code, except me. It will
> never be ported to anything but windows. And, if there is a new
> version of windows, it will be me doing the rewrite.
>
> I do however care what works and what doesn't.
>
> You can't program in a faulty language.
You don't know what you are missing. You can get the semantics,
but not the full language, of Pascal with Turbo/Borland with my
TXTFILES unit. I believe it works with all of them, and will give
you much better interactive operation. Available at:
<http://cbfalconer.home.att.net/download/txtfiles.zip>
--
Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)