On 13 Aug 2004 05:06:05 -0700
(junky_fellow) wrote:
> what is the purpose of using library functions ?
Libraries are there to make life easier.
> How could i know whether a particular function that i want to
> write already exists in the library ?
Read a good book on C such as K&R2 (see the comp.lang.c FAQ which is
also a good reference work).
> Are there some standard functions which ought to be taken by library ?
Not sure what you mean here.
> Can i write a portable code without using library functions ?
Yes, but you won't be able to do much.
> Can i write my own function and use it even if that function does
> exist in the library ?
In general you can't re-use names of library functions for your own
identifiers.
--
Flash Gordon
Sometimes I think shooting would be far too good for some people.
Although my email address says spam, it is real and I read it.