Top "Header" questions

This tag is deprecated because it lacks discriminating power.

How to declare a structure in a header that is to be used by multiple files in c?

If I have a source.c file with a struct: struct a { int i; struct b { int j; } }; How can …

c file header structure
How to fix a header on scroll

I am creating a header that once scrolled to a certain amount of pixels it fixes and stays in place. …

jquery css header fixed
How to add an Access-Control-Allow-Origin header

I am designing a website (e.g. mywebsite.com) and this site loads font-face fonts from another site (say anothersite.…

header cors font-face
Where does Visual Studio look for C++ header files?

I checked out a copy of a C++ application from SourceForge (HoboCopy, if you're curious) and tried to compile it. …

c++ visual-studio header
Pythonically add header to a csv file

I wrote a Python script merging two csv files, and now I want to add a header to the final …

python csv header
HTTP headers in Websockets client API

Looks like it's easy to add custom HTTP headers to your websocket client with any HTTP header client which supports …

javascript http header websocket
GridView - Show headers on empty data source

In C# how do I still show the headers of a gridview, even with the data source is empty. I …

asp.net gridview header
Node.js: How to send headers with form data using request module?

I have code like the following: var req = require('request'); req.post('someUrl', { form: { username: 'user', password: '', opaque: 'someValue', …

node.js header request form-data
Export table to file with column headers (column names) using the bcp utility and SQL Server 2008

I have seen a number of hacks to try to get the bcp utility to export column names along with …

sql-server csv header bcp
Concatenate multiple files but include filename as section headers

I would like to concatenate a number of text files into one large file in terminal. I know I can …

unix header terminal concatenation cat