Top "Header" questions

This tag is deprecated because it lacks discriminating power.

What is the difference between a .cpp file and a .h file?

Because I've made .cpp files then transfered them into .h files, the only difference I can find is that you …

c++ header include
Fixed header table with horizontal scrollbar and vertical scrollbar on

I have been trying to figure out this problem i have with html/css sticky header + scrollbars. We are creating …

html css header html-table fixed
C++, how to declare a struct in a header file

I've been trying to include a structure called "student" in a student.h file, but I'm not quite sure how …

c++ struct include header header-files
Android ListView headers

I have ListView that has some kind of events on it. Events are sorted by day, and I would like …

java android listview header android-arrayadapter
Display PNG image as response to jQuery AJAX request

Is it possible to display an image returned by jQuery AJAX call, in the main stream of your HTML? I …

jquery ajax image header request
HTTP Range header

I was reading http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35 and trying to figure out how to …

http http-headers header
WPF TabItem Header Styling

I'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual …

wpf xaml header styles tabcontrol
Where does gcc look for C and C++ header files?

On a Unix system, where does gcc look for header files? I spent a little time this morning looking for …

c gcc header
In LaTeX, how can one add a header/footer in the document class Letter?

In LaTeX, how can one create a document using the Letter documentclass, but with customized headers and footers? Typically I …

latex header footer
I have Python on my Ubuntu system, but gcc can't find Python.h

I am on a school computer, so I can't install anything. I am trying to create C code which can …

python c ubuntu header