Search code examples
Is there a way to limit the effect of "using namespace" directives in a header file?...


c++namespacesheader-filesusing-directives

Read More
How do you correctly define entities within a namespace that have been declared in a header?...


c++namespacesheader-files

Read More
Why do we need both using-directives and include-directives?...


c++namespacesheader-fileslanguage-design

Read More
In what order should headers be included?...


c++includeheader-filescode-organization

Read More
Are there any uses for unnamed namespaces in header files?...


c++namespacesinitializationheader-filesunnamed-namespace

Read More
What if I need an unnamed namespace in a header?...


c++namespacesheader-filesunnamed-namespace

Read More
Problem with C header file: Undefined Reference Error...


cvisual-studio-codepointersheader-files

Read More
How to separate a class and its member functions into header and source files...


c++classoopheader-filesmember-functions

Read More
Why shouldn't I put "using namespace std" in a header?...


c++header-filesusing

Read More
Why are function bodies in C/C++ placed in separate source code files instead of headers?...


c++cheader-filescode-maintainability

Read More
Static assertion failed with "Windows headers require the default packing option..."...


c++windowsvisual-studioheader-files

Read More
CodeBlocks Compiler Giving "Undefined Reference" Error Over Usage of a Function Declared i...


c++namespacesheader-filesfunction-definition

Read More
Difference between <string> and <string.h>?...


c++stringheaderheader-files

Read More
What is the purpose of include guards in headers?...


c++header-filesinclude-guards

Read More
What is the recommended naming convention for include guards?...


c++cc-preprocessorheader-filesinclude-guards

Read More
What is the conventional way of writing include guards?...


cheader-filesinclude-guards

Read More
What include guards exist in system/standard library headers, if any?...


c++header-filesinclude-guards

Read More
asm vs asm-generic in linux headers -- are they same...


linuxlinux-kerneldriverheader-fileskali-linux

Read More
Forward declaration / when best to include headers?...


c++header-filesforward-declaration

Read More
Include in header file vs. forward-declare and include in .cpp...


c++header-files

Read More
C/C++ header and implementation files: How do they work?...


c++compilationheader-files

Read More
How do I solve circular includes between header files?...


c++header-files

Read More
What is the difference between header (.h) and source (.cpp) files?...


c++header-files

Read More
What should go into an .h file?...


c++header-files

Read More
Separate classes into headers and source files in C++...


c++classheader-files

Read More
Is it a good practice to define C++ functions inside header files?...


c++functionheader-files

Read More
Including header files from other directories...


cvisual-studioheader-files

Read More
how in #ifdef identifier and #ifndef identifier declare identifiers...


c++dllheader-filesdllexportifndef

Read More
Header file causes problems with the original array after function call...


c++arraysheader-files

Read More
XTestFakeButtonEvent not defined, how to find the right includes?...


includeheader-filesxlib

Read More
BackNext