Re: 10 most used
From: Thomas Matthews (Thomas_MatthewsSpamBotsSuck_at_sbcglobal.net)
Date: 05/31/04
- Next message: Randy Howard: "Re: GUI libraries for C (not C++)"
- Previous message: Joe Wright: "Re: rebuffering an opened file"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Irrwahn Grausewitz: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 15:01:03 GMT
Profetas wrote:
>>In 'comp.lang.c', windle@charter.net wrote:
>>
>>
>>>>>Hi I am starting a project in C.
>>>>>And I would like to hear from you the 10 most used c library.
>>>>>
>>>>>just say the ones that pop up in your head.
>>>>
>>>>stdlib.h
>>>
>>>stdlib.h is far to be a library. It's just an emerging part of the
>>
> standard C
>
>>>library. It's a user interface.
>>
>
>>Sorry, I misunderstood his question.
>
>
> That is what I ment the ones that I use is
> malloc.h
> string.h
> stdio.h
>
> I want the ones that you use that I have not listed above.
>
>
Are you after the most popular header files or
perhaps the most common functions or some common
identifier?
For example, EXIT_SUCCESS and EXIT_FAILURE are common
identifiers from stdlib.h. However, if I am writing
a program the uses a lot of I/O, I'll include stdio.h,
but on an embedded system, I may not include any
library header files.
Also, how are you applying this information?
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
- Next message: Randy Howard: "Re: GUI libraries for C (not C++)"
- Previous message: Joe Wright: "Re: rebuffering an opened file"
- In reply to: Profetas: "Re: 10 most used"
- Next in thread: Irrwahn Grausewitz: "Re: 10 most used"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|