
where can I find c functions online?
Quote:
> Hello:
> I am a beginner of c. I want to know where can I find the functions,
> like
> strstr(), lengeh() etc. online? Could you give me some addresses?
There are quite a few out there. All you have to do
is look (with a search engine). Here's one I use quite
a bit:
http://www.dinkumware.com/htm_cpl/lib_over.html
BUT......
IMO there's no substitute for a good textbook. I suggest
you visit www.accu.org , read the reviews, and select
one or more books.
HTH,
-Mike