Top "Header-files" questions

Header files are used in some programming languages to hold source code as a single copy that may be reused in multiple source files.

Self-sufficient header files in C/C++

I recently posted a question asking for what actions would constitute the Zen of C++. I received excellent answers, but …

c++ header-files
How to include a .h or .dll file in CANoe/CAPL

I want integrate a header .h or .dll file in CAPL (concretly Visa32.dll, visa.h or sicl.h) to …

header-files dllimport capl canoe
Static const variable declaration in a header file

If I declare static const variable in header file like this: static const int my_variable = 1; and then include this …

c compilation header-files
How to class-dump AppStore app

I installed "Class Dump" from Cydia to get application header files. But there is a problem. I can use class-dump …

ios header-files jailbreak cydia tweak
C++ - Defining class template (header/source file)

I want to create a processor in voreen (like this one .cpp | .h) porting this OTB-Application: http://hg.orfeo-toolbox.org/…

c++ header-files porting class-template
Header for scanf_s function

While answering this question I compiled the code on Ideone and got this error implicit declaration of function ‘scanf_s’ […

c header-files c11 tr24731 implicit-declaration
Xcode 4.3.3 can't find any header files

Up until now I've managed to get Xcode to link to the Gnu Scientific Libraries (GSL) which I've installed under /…

xcode header-files gsl
What is an Erlang hrl file?

What is an .hrl file in Erlang/OTP? Is it some sort of library mechanism?

erlang header-files
Is an #include before #ifdef/#define Include-Guard okay?

I always placed my #include after the #ifdef/#define Include-Guard. Now the refactor mechanism of my IDE (Qt Creator) put …

c++ include header-files include-guards
Header Search Paths in XCode - Is it possible to set a macro or variables so they're relative to the SDK version?

Update: It appears that a recent XCode update may have changed this macro, please see this Question & Answer for …

iphone xcode header-files libxml2