Click to See Complete Forum and Search --> : What is code compitabilty?


RITIK
October 12th, 2004, 02:34 AM
Hi,

I want to know
What is code compitabilty?
pls answer me.

thanx
bye

PiyuNewe
October 12th, 2004, 03:13 AM
Code compatibility: When you are writting code on some OS (say windows) and if you wish to port it on Linux then the code you are writting should be compatible with Linux. Otherwise you may need to change it for Linux while porting.

-PiyuNewe

RITIK
October 12th, 2004, 04:13 AM
Thanx for your reply,