Book on Microsoft C

Peter Desnoyers desnoyer at Apple.COM
Wed Mar 29 11:43:54 AEST 1989


In article <225800146 at uxe.cso.uiuc.edu> mcdonald at uxe.cso.uiuc.edu writes:
>
>The answer is that if one wants to maufacture a competitive program,
>especially but not exclusively, a commercial one, one MUST must
>exploit machine specific features to the fullest. 

Portability consists, among other things, of machine-to-machine and
compiler-to-compiler portability. Just because your code is dedicated
to one machine, be it a PC or a network controller, doesn't mean you
want to re-write it when your vendor "upgrades" their non-standard
features out of existence, or when the computer your cross-compiler
runs on becomes obsolete and you have to get a different system.

				Peter Desnoyers



More information about the Comp.lang.c mailing list