
Research survey on cross platform development
Quote:
> > The purpose of this survey is to find out why most software programs
> > are not written as cross platform compatible.
> It is impossible to write most programs in pure ANSI C because the
> language does not support a windowing interface, printers, hierarchical
> filing systems, or many other features.
The number of programs which may be written in ANSI C is as near to
infinite as makes no odds.
The number of programs which may be written using extensions is as near
to infinite as makes no odds.
In these circumstances, the word "most" is of little value.
Quote:
> The code required to support these features is likely to be as
> extensive as the platform-independent code, so the benefit of keeping
> some code portable is not particualy large.
My Mileage May Vary. A lot.
<snip>
--
Richard Heathfield
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton