473,799 Members | 3,416 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

more header files?

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
Nov 13 '05 #1
8 1482
vi************* @yahoo.com (vishnu mahendra) wrote in
news:c2******** *************** **@posting.goog le.com:
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.

--
- Mark ->
--
Nov 13 '05 #2
vishnu mahendra <vi************ *@yahoo.com> wrote:
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
--
\ Jens Thoms Toerring ___ Je***********@p hysik.fu-berlin.de
\______________ ____________ http://www.physik.fu-berlin.de/~toerring
Nov 13 '05 #3
vishnu mahendra <vi************ *@yahoo.com> spoke thus:
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.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Nov 13 '05 #4
vishnu mahendra wrote:
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.

Nov 13 '05 #5
In <c2************ *************@p osting.google.c om> vi************* @yahoo.com (vishnu mahendra) writes:
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
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 13 '05 #6
vishnu mahendra writes:
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, .... .
Nov 13 '05 #7
On Thu, 4 Dec 2003 16:36:35 +0000 (UTC), Christopher Benson-Manica
<at***@nospam.c yberspace.org> wrote in comp.lang.c:
vishnu mahendra <vi************ *@yahoo.com> spoke thus:
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.


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.l earn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Nov 13 '05 #8
"osmium" <r1********@com cast.net> wrote in
news:bq******** *****@ID-179017.news.uni-berlin.de on Thu 04 Dec 2003
12:30:14p:
vishnu mahendra writes:
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.


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.

Nov 13 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
25585
by: beliavsky | last post by:
Ideally, one can use someone's C++ code by just looking at the header files (which should contain comments describing the functions in addition to function definitions), without access to the full source code. Can analogs of C++ header files be created for Python code? Python "header" files could list only the 'def' statements and docstrings of Python functions and classes, but that does not tell you what the functions return. One could...
3
5134
by: dharmesh Gupta | last post by:
Hi All, i am new to header files , and have a basic question , i have made my program in three files namely, idr_bpl.cpp( contains class definitions and function definitions) bpl.cpp( contains main() function) bpl.h (contains variable definition of a variable that is shared in the above two files )
8
2015
by: Paulo Pinto | last post by:
Hi, I have already several XSLT stylesheets that make use of <xslt:include> "command". Now I wanted to make them a bit more modular but I'm stuck. I want to take out the generated HTML code for the footer and header to some files that could be included by the stylesheets.
3
2232
by: Chris Mantoulidis | last post by:
Seperate compilation (that's what it's called, right?) seems to be quite popular, so I decided to get some info about it, and (d'oh) use it... But it's whole structure seems weird to me... Here's what I think of how it is (from what I've read): THE PROJECT +1st header file
16
12549
by: matthurne | last post by:
I just started learning C++ on my own...I'm using Accelerated C++. Something it hasn't explained and I keep wondering about is how header files actually work. I suspect it doesn't get into it because it is, as the authors love to say, "implementation specific". If that's the case, how does the compiler commonly handle them? I use Linux and gcc specifically. Basically, I don't understand how a header file being included makes a...
8
1976
by: scott | last post by:
hi, sorry if this has been adressed some where elss. if it has plz can you point me to it and ill go read it. any way, i want to declare some variables with in a header file. lets say int i; i then want to be able to acess that variable from multipul .cpp files where I can read it and also change the value. i would like to hold it in a struct or a class eventualy but i can't even get it to work on its own at min, so i thought id...
11
2605
by: Micha | last post by:
Hello there, I think I've run into some classic c++ pitfall and maybe some of you guys can help me out. For my project I will need to use matrices and vectors and so I decided to implement them by myself. I know there are already tons of vector and matrix implementations, but I wanted to have one taylored for my needs and without debugging someones else code. Also is's become somewhat personal meanwhile ;-).
8
2787
by: ginnisharma1 | last post by:
Hi All, I am very new to C language and I got really big assignment in my work.I am wondering if anyone can help me.........I need to port compiler from unix to windows and compiler is written partially in c and partially in fortran. I guess i need to change host specific files to make it working. I wonder if standard header files are going to change in this case.my current windows compiler doesn't have sys/resource.h but unix compiler...
7
2191
by: ben | last post by:
Hi, I have few doubts about header files. Is it true that header files always have only "function declaration" and not definition? Next where can i find definition of functions defined in system header files. I'm working on UNIX. Thanx in advance.
0
10490
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10259
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7570
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5589
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.