Research survey on cross platform development 
Author Message
 Research survey on cross platform development

Hello, we would like you to help us in a research project studying
cross platform software development.

The purpose of this survey is to find out why most software programs are
not written as cross platform compatible.

Most software is written to run on one specific platform. A platform is
usually a different operating system or computer type. Targeting a program
for a specific platform limits the use of the program and the amount of
users that can access the software. We wish to find out why developers are
constrained to create software in this fashion, limiting use of the
software.

Less used operating systems are now becoming popular and new operating
systems are being developed, therefore, we believe that cross platform
software design needs to become common practice in software development.
We hope to provide solutions to common cross platform design issues or
present reasons why cross platform software design is a useful concept.

The survey can be found at
http://www.*-*-*.com/ ~mongoose/mqp/poll/

Please help out and take the survey!

http://www.*-*-*.com/



Sat, 10 May 2003 03:00:00 GMT  
 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 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.

For efficiency reasons, it is often necessary to write even potentially
non-platform-dependent code in platform dependent ways.

New platforms are generally more capable than old ones. For marketing
reasons, it is often necessary to completely rewrite to take advantage
of the new platform's features before releasing a new version of the
program (this applies especially to consumer products such as games).

Sent via Deja.com http://www.deja.com/
Before you buy.



Sun, 11 May 2003 03:00:00 GMT  
 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



Sun, 11 May 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Cross-Platform Development in C

2. Regarding chapter 22 Cross platform development of C Unleashed

3. Cross platform development strategy

4. XVT Cross Platform Development

5. VC editor for cross platform development

6. Cross-platform development tools

7. Cross platform development (MetaWare HighC)

8. Cross-platform development (UNIX)

9. Research Survey on Source Code Searching

10. research survey

11. ATTN: Computer Programmers - Career Research Survey

12. Thesis Research:Improving Software Quality Survey

 

 
Powered by phpBB® Forum Software