What is a C header file?

Let’s learn what is a C header file. The most accurate or helpful solution is served by Yahoo! Answers.

There are ten answers to this question.

Best solution

Answer:

to put it simply, they are those files you add at the top of the program with # as prefix.. the most...

Read more

Sakura_a... at Yahoo! Answers Mark as irrelevant Undo

Other solutions

What is graphic functions header file in Microsoft Visual C++ 6.0?

In a C++ Source File program that runs in DOS, what header file contains graphic functions such as _setpixel(), _setvideomode(), _lineto(), …? What is it's path and name? Thanks.

Answer:

If your code will work purely in DOS mode (no Windows at all) you can get to a graphics mode using DOs...

Read more

Peace at Yahoo! Answers Mark as irrelevant Undo

What is a include statemnet and header file do in c++?

I am not fully understanding the importances of these two... What i think they are is, the header is just separate code ( to keep everything manageable and easy to read ) and the ...show more

Answer:

Yes, you are on the right track. Here is my view of these two different files. Header - This is where...

Read more

ZKN4RIPVUDDIG6GHL7RQ5ULROY at Yahoo! Answers Mark as irrelevant Undo

C Sleep function header file help?

I cant seem to find the right header file, apart from the obvious header files, the rest dont work, here is the exact code ( it was a test ) : #include <time.h> #include <stdio.h> #include <sys/time.h> #include <time.h> #include...

Answer:

#include <stdio.h> #include <windows.h> /* For Sleep() */ int main(void) {    ...

Read more

Brad Cross at Yahoo! Answers Mark as irrelevant Undo

How do you run a program in c++ allegro file that contains a source code and a separated header file?

I'm new to allegro in c++ and I downloaded a game code that came in a folder with a header file and a source code, how do I run the game with two separate files?

Answer:

You don't. You have to compile the source and header file with a compiler, which produces an object...

Read more

bandnerd... at Yahoo! Answers Mark as irrelevant Undo

How to use windows.h header file in turbo c?

hi, i am a student and i am using turbo c.i am using those commands which needs <windows.h> and <winbase.h> header files.but these header are not included in my include ...show more

Answer:

turbo c is so out of date depending on the version you have its 15 - 25 years old I'd be surprised if...

Read more

KOGMUOSZA5YCPTS4HAN4TSEVNU at Yahoo! Answers Mark as irrelevant Undo

Answer:

The biggest reasons not to include header files in other header files are simple: If you change a header...

Read more

Kartik Ayyar at Quora Mark as irrelevant Undo

Which compiler will be able to compile C programs with the header file, <windows.h> ?

Especially turbo c is not able to compile windows.h header file. It can only compiled by some other compilers.

Answer:

GCC Compiler is a third party compiler. But it can able to compile that header files.

Read more

Shankar Thiyagaraajan at Quora Mark as irrelevant Undo

How do I declare a c++ class and its functions in a header file?

I created a c++ class with following members private: int x; public: void assign(int a); int get(); How do I define the class and functions in a header file so that I ...show more

Answer:

See Header file is just collection of classes. So u can create class same as in C++. n include that...

Read more

I3EVPL5P4DVZERFEVOPAK3NT3M at Yahoo! Answers Mark as irrelevant Undo

C++ - 31 - In order to perform file processing in C++, which header files must be included?

(a) <cstdio> , <iostream> and <fstream>. (b) <cstdio> and <iostream>. (c) <cstdio> and <fstream>. (d) <iostream> and <fstream>.

Answer:

Answer A: There is an fstream

Read more

Benjamin Cuningham at Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.