Top "Include" questions

A provision that many programming languages provide to allow functionality defined in one file to be used in another.

Why use set_include_path() in PHP and how to autoload classes from different folders?

I have a couple questions about the include path in PHP and including files and/or classes. Below is a …

php include set-include-path
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794)

I tried to compile a project with Visual Studio 6 SP6 and got the following: usbcore.h(18) : fatal error C1001: INTERNAL …

c++ include visual-studio-6 internal-compiler-error
How to include PHP file in SHTML pages?

I have a shtml file index.shtml in which I want to include a PHP file which performs some programing …

php file include webpage shtml
Should I include <xxxx.h> or <cxxxx> in C++ programs?

What should I include in C++ programs, stdio.h or cstdio? and Why? Why two header files which provide the …

c++ include c++-faq
Is there a pragma directive for include directories?

As the title says: Is there a pragma directive for include directories using VS20** C++? I think about something like: #…

c++ visual-studio include pragma
RoR nested :include to include sub-resources in to_xml/to_json

I have a weird data model situation to start with, so maybe my whole approach is wrong. Here's what I'm …

ruby-on-rails json include has-many-through
Including PHP file inside smarty template file

I have completely no idea about smarty template system. What I am trying to do is include a php file …

php include smarty whmcs
How to use the INCLUDE command in ld linker script

I have two linker scripts: common.ld which defines some symbols, and app.ld which positions the sections, using these …

gcc include linker-scripts
How do I resolve "undefined reference to 'std::basic_ostream<char, std::char_traits<char>"?

Well I'm trying to install SFML for C++ and it's giving me horrific log crashes... I linked and put all …

c++ include sfml libs
Including headers from custom framework in XCode

Am I supposed to adjust FRAMEWORK_SEARCH_PATHS or HEADER_SEARCH_PATHS when I add custom frameworks to the project? …

xcode frameworks include header search-path