Top "Header" questions

This tag is deprecated because it lacks discriminating power.

What header should I include for memcpy and realloc?

I am porting a project to the iPhone and it uses realloc and memcpy which are not found. What is …

c++ objective-c header memcpy realloc
Prevent sent emails treated as junk mails using php mail function

I wrote a PHP script to send emails. My script is like this: $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: …

php header email email-spam
Change the current working directory in C++

How can I change my current working directory in C++ in a platform-agnostic way? I found the direct.h header …

c++ header portability working-directory
Save cookies between two curl requests

I know that using cURL I can see my received cookies / headers by using curl --head www.google.com And …

http curl cookies header
What are the benefits of a relative path such as "../include/header.h" for a header?

I've reviewed questions How to use include directive correctly and C++ #include semantics and neither addresses this - nor do …

c include header
how to add parameters in report viewer?

HY! I have a form application in visual studio 2010 and I want to create a report with report viewer and …

c# winforms parameters header reportviewer
How do I add a SOAP Header using Java JAX-WS

A typical SOAP client request using JAX-WS might be FooService service = new FooService(); FooPort port = service.getFooPort(); FooPayload payload = new …

soap header jax-ws
RecyclerView header and footer

Maybe this question has been asked before, but I could not seem to find a precise answer or solution. I …

android header footer android-5.0-lollipop android-recyclerview
Android: Adding static header to the top of a ListActivity

Currently I have a class that is extending the ListActivity class. I need to be able to add a few …

android header listactivity
Header only retrieval in php via curl

Actually I have two questions. (1) Is there any reduction in processing power or bandwidth used on remote server if I …

php curl header