Saturday, May 22, 2010

How to develop a program in C as Operating System independent?

Please help me . I am in need to know it immediately.

How to develop a program in C as Operating System independent?
Read the C ANSI Standard file





and use only those functions that are there in the standard





for example there is not conio.h in standard
Reply:You are going to have to do a certain amount of "porting" but the best current generic C can be found at http://www.gnu.org/software/libc/manual/...


No comments:

Post a Comment