Joost Buijs wrote: ↑Wed Sep 16, 2020 8:07 am
The first C compiler I used on MSDOS was Datalight/Zortech C made by the company of Walter Bright, this was around 1983. I also used Lattice C for a while.
I used both of those. Also Manx C and the Microsoft C compiler.
Those were all before the days of ANSI/ISO C, when the vendors did whatever they liked.
The header files you had to include were all different.
Code was full of #ifdef <some_darn_thing>
to handle all the craziness.
You might have to link in a special object if you were using compiler <x> instead of >y>
When the ANSI/ISO C standard came out, it was such a relief. I immediately fell in love with language standards.
On the other hand, the C code I wrote for font manipulation totally smoked the Fortran stuff it replaced.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.