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...
Sakura_a... at Yahoo! Answers Mark as irrelevant Undo
Other solutions
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...
Peace at Yahoo! Answers Mark as irrelevant Undo
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...
ZKN4RIPVUDDIG6GHL7RQ5ULROY at Yahoo! Answers Mark as irrelevant Undo
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) {  ...
Brad Cross at Yahoo! Answers Mark as irrelevant Undo
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...
bandnerd... at Yahoo! Answers Mark as irrelevant Undo
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...
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...
Kartik Ayyar at Quora Mark as irrelevant Undo
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.
Shankar Thiyagaraajan at Quora Mark as irrelevant Undo
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...
I3EVPL5P4DVZERFEVOPAK3NT3M at Yahoo! Answers Mark as irrelevant Undo
(a) <cstdio> , <iostream> and <fstream>. (b) <cstdio> and <iostream>. (c) <cstdio> and <fstream>. (d) <iostream> and <fstream>.
Benjamin Cuningham at Yahoo! Answers Mark as irrelevant Undo
Related Q & A:
- Unix tools: what if a file is named minus something?Best solution by Super User
- How to Convert a C++ Structure into C# Structure?Best solution by Stack Overflow
- How to add a column header to the dynamic table?Best solution by stackoverflow.com
- What are my A/C options?Best solution by Yahoo! Answers
- What are .cue files and how to separate a large flac file?Best solution by techsupportalert.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.