Tagged Questions

3
votes
2answers
23 views

I specified charset in the headers, do I need to specify it in the meta/head/html?

I specified charset in the headers, do I need to specify it in the meta/head/html?
0
votes
2answers
33 views

Authenticated request in Google App Engine using fetch() function: how to provide the information in the header of the request?

Hello everybody!!! I am trying to pass automatically, using Google App Engine, my password and ID to eBay, to this page: …
6
votes
3answers
82 views

Cocoa: What’s the difference between importing in the header and importing in the main file?

I've no idea why, but on occasion I've managed to fix some compile errors, most notably error expected specifier-qualifier-list before 'someClass' by moving #import "someClass.h" from the .h file …
3
votes
3answers
93 views

C++: #include file search?

This MSDN document quotes: look for include files in the same directory of the file that contains the #include statement, and then in the directories of any files that include (#include) …
1
vote
2answers
42 views

How to modify all PHP output server-wide?

I want to add several headers to all PHP output on my server. In a perfect world, I could just use Apache2s' mod_headers, but unfortunately I'm using WordPress "pretty permalinks", so my PHP files do …
0
votes
4answers
33 views

Search Results and the Back Button / HTML Forms

I'm looking for a solution to a recurring problem I have with form based search results in my application. Basically when a user searches using an HTML form and I display the results from the …
0
votes
2answers
12 views

How can I generate an email with a subject line with international characters in it?

The content encoding headers define how the body of the message is to be interpreted, but the subject is a header, and isn't subject (ha ha) to the declaration of the content type/encoding headers. …
0
votes
2answers
43 views

Sending the variable’s content to my mailbox in Python?

I have asked this question here about a Python command that fetches a URL of a web page and stores it in a variable. The first thing that I wanted to know then was whether or not the variable in this …
0
votes
1answer
97 views

Generic VC++ vs g++ query

I have trouble understanding the compilers. The following code does work in UNIX under g++, but under VC++ it would not even compile. Anyone can provide valid reasons why? #include <stdio.h> …
0
votes
1answer
32 views

Get the response headers with prototype.js

Is there an easy way to pull out the response headers of a page with prototypejs without using Ajax.Request?
0
votes
4answers
93 views

Clarification on a header without #includes

Hi all :) I was reading some code from the Doom 3 SDK ( in a VS solution ) when I found a header like this: #ifndef __PLAYERICON_H__ #define __PLAYERICON_H__ class idPlayerIcon { …
1
vote
1answer
64 views

Android NDK: Autogenerate function declarations?

I am trying to use a pre-existing native C library in my android project.. The library builds just fine with the NDK tools... Now what I've come to understand is that I cannot just call into the …
0
votes
1answer
42 views

OpenCV C++ error in Xcode

I have built the OpenCV libraries using the cmake build system as described here and have added the header, '.a' and '.dylib' files to my terminal c++ project. However when I run the code below (got …
1
vote
1answer
30 views

Xcode header files

This is a simple question - or maybe not - how do I add external headers to my project (C++ command line tool) in Xcode? How do I also add external dynamic libraries to it? any help greatly …
0
votes
4answers
171 views

Proper layout of a C++ header file

What is the proper layout of a C++ .h file? What I mean is header guard, includes, typedefs, enums, structs, function declarations, class definitions, classes, templates, etc, etc I am porting an …

1 2 3 4 5 11 next
15 30 50 per page