more header files?

  • Thread starter vishnu mahendra
  • Start date
V

vishnu mahendra

Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

thank you in advance,
vishnu
 
G

Grumble

vishnu said:
Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

Once, I took a detour which I thought was a shortcut, and ended up
in /usr/include. I was awestruck and dumbfounded.
 
M

Mark A. Odell

(e-mail address removed) (vishnu mahendra) wrote in

Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

I'd look in that corner over there... yes by the dill pickles.

What kind of question is this? The only header files specified by the C
language are the standard header files. Other possible header files that
would make your, unknown to us, job more easy cannot be guessed at. See:

http://www.acm.uiuc.edu/webmonkeys/book/c_guide/

under section "2. Library" for the standard headers.
 
J

Jens.Toerring

vishnu mahendra said:
Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

Just the header files won't help you a bit, they only declare
(but not define) functions, the code for the functions is in
the libraries against which you must link your program. So
without the libraries header files are completely useless.

Regards, Jens
 
C

Christopher Benson-Manica

vishnu mahendra said:
Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

I use a non-standard header called easyjob.h that looks like

#ifndef _EASYJOB_H
#define _EASYJOB_H
#define _MAKE_JOB_EASY 1
void do_work_for_u( void ); /* cleans bathroom, does taxes */
#endif

I find this header to be the best out there.
 
D

Dan Pop

In said:
Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

What is your job and how could more header files make it any easier?

On a Unix system, you can find plenty of header files in /usr/include
and its subdirectories.

Dan
 
O

osmium

vishnu said:
Can any one please kindly tell me
where can i find more header files so that
it will make my job more easier.

As you know by now, if you don't use *exactly* the right word around here
you will have ridicule heaped upon you. Heaping ridicule is considered good
sport and quite witty. If the target has a different native language things
can become even more hilarious.

Try this:

http://www.trumphurst.com/cpplibs/cpplibs.phtml

Those are C++ libraries but there may be some useful leads in there anyway.
I suspect there is a similar page for C but I don't know it. Also try
google with <c libraries> as a target. Try modifying that with words such
as gnu, boost, bignum, snippets, walnut, sourceforge, .... .
 
J

Jack Klein

I use a non-standard header called easyjob.h that looks like

#ifndef _EASYJOB_H
#define _EASYJOB_H
#define _MAKE_JOB_EASY 1
void do_work_for_u( void ); /* cleans bathroom, does taxes */
#endif

I find this header to be the best out there.

The C police will be paying you a visit shortly for using symbols
reserved for the implementation in all contexts, namely those
beginning with an underscore followed by an uppercase letter.

Illegal C programmers will be prosecuted. Or persecuted. Whatever.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 
A

August Derleth

30:14p:
As you know by now, if you don't use *exactly* the right word around
here you will have ridicule heaped upon you.

We value clear, non-ambiguous communication. That's common in technical
fora around the world. If you don't bother to learn the language, why
should we bother to help you?
Heaping ridicule is
considered good sport and quite witty. If the target has a different
native language things can become even more hilarious.

Again, nobody is obligated to give help for free. Would you rather be
charged for all of the info this newsgroup gives out free?
Try this:

http://www.trumphurst.com/cpplibs/cpplibs.phtml

Those are C++ libraries but there may be some useful leads in there
anyway.

No, not really. Don't confuse him with C++ information. C can be complex
enough for a newbie.
I suspect there is a similar page for C but I don't know it.

Then that would be a good time to exercise your right to remain silent.
Also try google with <c libraries> as a target. Try modifying that
with words such as gnu, boost, bignum, snippets, walnut, sourceforge,
.... .

Including the word 'standard' in there would be very helpful. Not that
you'd know anything about that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top