> I write the programs in BorlanC but person that I'll give the programs cannot take it.
First question is, why are you using something so old?
Very old compilers do not generate optimal code for today's processors. It might be compatible, but its hardly efficient.
Second question is, what can the person you're giving the programs to accept?
If you stick to standard C, then anyone with a C compiler should be able to use your code.
--