Top "Header" questions

This tag is deprecated because it lacks discriminating power.

Adding system header search path to Xcode

(Posting this question for reference purpose, I'll answer immediately) How to add header search paths to Xcode? Especially when including …

xcode search path header system
Define constant variables in C++ header

A program I am working on has many constants that apply throughout all classes. I want to make one header …

c++ header constants
Adding header to all request with Retrofit 2

Retrofit 2's documentation says: Headers that need to be added to every request can be specified using an OkHttp interceptor. …

java android header httprequest retrofit
Sticky Header after scrolling down

I saw this sticky header on this website: http://dunked.com/ (no longer active, view archived site) When you scroll …

javascript jquery header sticky
How to set response header in JAX-RS so that user sees download popup for Excel?

I wrote code that generate Excel file using REST JAX-RS and I confirmed that the generated Excel file is in …

java rest header jax-rs glassfish-3
PHP header redirect 301 - what are the implications?

I have domain.com. If the user is logged in, it should load automatically domain.com/option-X where X is …

php redirect header http-status-code-301
Authentication issues with WWW-Authenticate: Negotiate

I am trying to access a site that is password protected. It is not using basic authentication (even though the …

authentication header http-headers http-authentication
Variable declaration in a header file

In case I have a variable that may be used in several sources - is it a good practice to …

c header
How can I make sticky headers in RecyclerView? (Without external lib)

I want to fix my header views in the top of the screen like in the image below and without …

android header android-recyclerview sticky
Splitting templated C++ classes into .hpp/.cpp files--is it possible?

I am getting errors trying to compile a C++ template class which is split between a .hpp and .cpp file: $ …

c++ class templates header linker