473,406 Members | 2,439 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Where could I find *.h ?

(Exucse me for my english vocabulary: I'm French)

Hi,

I think that all it said in my question. I would like to get a files *.h
list in order to know what I can use in my program code.
I hope that you have understood.

Thanks
Sébastien
Jul 19 '05 #1
3 1748
"Sébastien" <se*************@free.fr> wrote...
I think that all it said in my question. I would like to get a files *.h list in order to know what I can use in my program code.


If I understand what you're asking, then the best approach for
you will probably be to find a good book (or books) on the C++
language and its library. "Accelerated C++" and "The C++
Standard Library: A Tutorial and Reference" are the two books
that if combined will answer 95% of your needs.

Victor
Jul 19 '05 #2
"Sébastien" <se*************@free.fr> wrote in message news:<3f**********************@news.free.fr>...
(Exucse me for my english vocabulary: I'm French)

Hi,

I think that all it said in my question. I would like to get a files *.h
list in order to know what I can use in my program code.
I hope that you have understood.

Thanks
Sébastien


If what you want is a list of header files and some reference about
their contents and such, try
http://dinkumware.com/manuals/reader.aspx?lib=cpp. Note that C++-style
C++ headers don't end in .h. If you like that reference you should
probably buy a copy. I use mine all the time. Of course, this may not
have even been the question you asked (I originally thought it was
about how to find the actual header files on your system).

Tommy McDaniel
Jul 19 '05 #3
"Sébastien" <se*************@free.fr> wrote in message news:<3f**********************@news.free.fr>...
I think that all it said in my question. I would like to get a files *.h
list in order to know what I can use in my program code.


The files you seek are called "header files" (or "headers"), and there
is a list of C++ Standard Library header files here:

<http://dinkumware.com/manuals/reader.aspx?lib=cpp>

All of the headers listed there are part of Standard C++ *except*
these:

<hash_map> <hash_set>
<fstream.h> <iomanip.h> <iostream.h> <new.h> <stl.h>

Note that most Standard C++ headers do *not* end in ".h". The C++ FAQ
has an explanation for this:

<http://www.parashift.com/c++-faq-lite/coding-standards.html#faq-27.4>

A good book should explain this better.

Good luck!

- Shane
Jul 19 '05 #4

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

Similar topics

5
by: windandwaves | last post by:
Hi Folk I was wondering if it is possible to find out what people click on, using PHP. For example, I have a PHP page with an email link and some third party links (e.g....
2
by: David List | last post by:
I posed a MySQL C API question a few days back here, and got zero answers. I assume it is because this is not the right place to ask such questions. Does anyone here know where I could ask C API...
10
by: MLH | last post by:
I have a database named credifree. I did it with mysql's create command. Yet, I can find no files on my linux box except for a\ directory and a gif file that have the name credifree. Why? What's...
4
by: Tom Walker | last post by:
I cannot get the WHERE statement to work correctly unless I use a literal with the LIKE. I want to use a working storage data name so that I can vary the WHERE statement. Example that works: ...
14
by: Stegano | last post by:
I am learning C Programming after working with Java for 5 years. I want to know where can I find the source files for C language itself. For example strcat is a function, which concatenates two...
4
by: harvie wang | last post by:
In .Net,Through System.Configuration.ConfigurationSettings Get Application's Settings I can't find the Configuration Value from Register Where the ConfigurationSettings saved? How to Read it...
10
by: Ray Stevens | last post by:
I am attempting to test a VeriSign account and the setup instructions stated that the certs file needed to go into the Windows\System32 folder. I am getting an error from the code-behind assebly...
0
by: Jim | last post by:
I am trying to tell Python where it can find some modules it will need when embedded in my app. The convenient way would be to plop a .pth file somewhere Python can find it. I found that the doc...
3
by: =?Utf-8?B?Rmxhc2hwcm8=?= | last post by:
i have googled this question but cannot find an answer. i'm running windows vista and i'm using Visual Basic Express 2008. i know the build event button SHOULD be in under the compile tag but i...
15
by: Kurda Yon | last post by:
Hi, I try to "build" and "install" pysqlite? After I type "python setup.py build" I get a lot of error messages? The first error is "src/ connection.h:33:21: error: sqlite3.h: No such file or...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
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,...
0
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...

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.