Search code examples
What is the effect of extern "C" in C++?...


c++clinkagename-manglingextern-c

Read More
Linkage of non-member template function...


c++templateslinkage

Read More
C++'s extern-"C" functionality to languages other than C...


c++linkageextern-c

Read More
Visual Studio compile option is grayed out for a single cpp file...


c++visual-studiovisual-studio-2015linkagevcxproj

Read More
Static functions declared in "C" header files...


cfunctionstaticinternallinkage

Read More
Does it make sense to have a static global variable in a header file?...


c++global-variablesheader-fileslinkageone-definition-rule

Read More
Why can't I explicitly instantiate a class template in an unnamed namespace if it was declared i...


c++namespacesgloballinkageunnamed-namespace

Read More
What effect does an unnamed namespace have on a global variable?...


c++global-variableslinkageunnamed-namespace

Read More
Do entities within an unnamed namespace nested in a regular namespace have internal linkage?...


c++namespaceslanguage-lawyerlinkageunnamed-namespace

Read More
What is the difference between static and extern in C?...


cstaticexternlinkage

Read More
Global variables - When to use static, inline, extern, const, and constexpr...


c++constantsglobal-variableslinkagec++-faq

Read More
inline keyword causes linker error in Clion...


clinker-errorsfunction-definitionlinkageinline-functions

Read More
What is the real nature of inline keyword in relation to linkages?...


c++inlinelinkage

Read More
External or internal linkage for static class member functions?...


c++shared-librarieslinkage

Read More
Conflicting C linkage declaration of two functions in different C++ namespaces...


c++externlinkagedlsym

Read More
Use function from other C file by a function pointer...


cstaticfunction-pointersfunction-definitionlinkage

Read More
Changing Distance and Linkage of a heat map...


rheatmapeuclidean-distancelinkage

Read More
How can static local variable shared along different translation unit?...


c++staticlinkagestorage-durationtranslation-unit

Read More
How to access local and global variable with same name in C...


cscopedeclarationlinkage

Read More
Extern variable define inside namespace LNK2001 Error...


c++namespacesexternlinkagelnk2001

Read More
identify groups of linked episodes which chain together...


rgroupingidentifierlinkage

Read More
C - One-definition rule for functions...


cfunctionexternfunction-definitionlinkage

Read More
Is it possible to use a macro defined value in C/C++?...


c++classattributesc-preprocessorlinkage

Read More
Constructing std::function from extern functions gives std::bad_function_call...


c++std-functionlinkage

Read More
Why are C++ features unable to be used in extern "C" prototypes but able to be used in the...


c++clinkerabilinkage

Read More
Aren't non-const variable considered external by default?...


c++globalexternlinkage

Read More
C linkage function cannot return c++ class when converting cpp to dll...


c++cvisual-studiodlllinkage

Read More
Why can't templates be within extern "C" blocks?...


c++templatesexternlinkage

Read More
Why don't structures in headers violate ODR across multiple translation units?...


ctypeslinkage

Read More
C function declaration linkage...


clanguage-lawyerlinkagec17

Read More
BackNext