Top "Include" questions

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

Is "g++ -MMD" better than include scanning?

Whilst looking at build systems, a lot of them (SCons, bjam, cmake, Tundra, etc) have a built-in #include scanner. Yet …

gcc include dependencies icc
How to include a file in LaTeX wihout causing a newpage

I hope, this question is not too offtopic. I have a bigger school project which involves some documentation. The documentation …

latex include page-break pygments
Including .asp file into html file

How can include .asp file inside of html file and have it proccessed besides having to process all html files …

html asp-classic include ssi
Automatically load a config.php file for all pages before anything else

Does anyone know how to set up something where a specific file can be loaded automatically for all pages before …

php include webserver configuration-files
Your preferred C/C++ header policy for big projects?

When working on a big C/C++ project, do you have some specific rules regarding the #include within source or …

c++ c coding-style include header
How to make the Qt project file (.pro) platform dependent?

Is there a way to include different libraries depending on the operating system with Qt-Creator? In other words, is there …

qt include qt-creator conditional-compilation project-files
Circular C++ Header Includes

In a project I have 2 classes: // mainw.h #include "IFr.h" ... class mainw { public: static IFr ifr; static CSize=100; ... }; // IFr.…

c++ static include circular-dependency
What requires me to declare "using namespace std;"?

This question may be a duplicate, but I can't find a good answer. Short and simple, what requires me to …

c++ namespaces include using using-directives
conio.h: No such file or directory using Linux?

I'm getting this compiling error for my program when I try to compile/run it on Linux. program7.c:9:18: conio.…

c linux math include conio
How to define an array of a type in an external file in Raml?

If I have a file defining a Datatype SimpleDuple, and in another file defining another datatype called DiscreetFilter I want …

arrays types include modularity raml