where can I find c functions online? 
Author Message
 where can I find c functions online?

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?

Best Regards.

Zhidian Du



Sat, 28 Aug 2004 07:46:46 GMT  
 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



Sat, 28 Aug 2004 08:56:27 GMT  
 where can I find c functions online?
http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_34....

/D

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?

> Best Regards.

> Zhidian Du



Sat, 28 Aug 2004 15:16:48 GMT  
 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?

If you are a beginner, you are much better off learning the fundamentals
of the language, which includes the use of library functions, then
worrying about the implementation of such things later. Many times, the
implementations are not very friendly for the novice programmer, because
they are concerned with efficiency and speed, not necessarily
simplicity.

Brian Rodenborn



Sun, 29 Aug 2004 01:42:21 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Does C have a "canned" find function?

2. How to find out a pc is online in a LAN

3. New website found for free online C certifications

4. where can find an online c compiler?

5. Find online status

6. Find online status

7. Online help in VS.NET ISNT online!!!

8. Determining what canned preprocessor symbols are available

9. Beginner [Q] Using Canned File Open/Save dialog

10. online or not online

11. Help with compiling a "canned" program

12. Canned Dialogs

 

 
Powered by phpBB® Forum Software