Search code examples
C++: Is there any sense using the "extern" keyword for templates?...

c++templateslinkerinstantiationextern

Read More
Should immutable global objects be declared as 'const my_result_t BLAH;' or 'extern cons...

c++singletonextern

Read More
Extern "C" explicit type error in Visual Studio 2015, DLL test code...

c++visual-studio-2015extern

Read More
Cyclic dependency of global variables with extern specifier...

c++dependenciesextern

Read More
Issue declaring extern class object...

c++classextern

Read More
OBJC_EXTERN: what's the purpose?...

objective-cextern

Read More
Call libc function from assembly...

cassemblyexternlibc

Read More
Can we use extern keyword with typedef datatype in header file?...

cstackstatic-librariestypedefextern

Read More
Using private versions of global extern variables with OpenMP...

c++openmpglobalprivateextern

Read More
Are extern extern "C", and extern "C" extern, allowed?...

c++language-lawyerexternextern-c

Read More
C referencing C++ extern...

c++cwindowsexternicc

Read More
Difference between apparently equivalent expression (class)A a;, and (class)A a{};...

c++classexternbehavior

Read More
LLVM Kaleidoscope tutorial failing on local extern...

llvmextern

Read More
Call external dll import method using int / short instead of Int32 / Int16...

c#typesparametersdllimportextern

Read More
Extern variable memory location and Compile/Run time behaviour...

ccompilationruntimeexterncompile-time

Read More
Using `extern template` to prevent implicit instantiation of a template class...

c++c++11templateslanguage-lawyerextern

Read More
Trouble calling C++ code from MATLAB 2016 using a helper C file w/MEX Wrapper...

c++cmatlabmexextern

Read More
Allowing "overriding" zero-initialized object with internal linkage...

cstaticlanguage-lawyerexternlinkage

Read More
static variable followed by extern in the same file...

c++staticextern

Read More
How to share a global class instance between files?...

c++classexternc++98

Read More
Global variables in C are static or not?...

cstaticglobal-variablesextern

Read More
Why do I get "undefined reference"-error with a variable marked as 'extern'? Linke...

ccmakelinkerexternundefined-reference

Read More
Unique address for constexpr variable...

c++c++11externmemory-addressconstexpr

Read More
Extern variable names not visible in main?...

cscopeextern

Read More
Use of extern and preventing duplicate definitions...

c++headerextern

Read More
Show dependencies of global variables in C code...

cvariablesdependenciesextern

Read More
How to detect if C code (which needs 'extern C') is compiled in C++...

c++cextern

Read More
How to make a structure extern and define its typedef...

cexternstructure

Read More
Extern keyword and unresolved external symbols...

c++symbolsextern

Read More
Undefined reference to extern function - C...

cincludeexternundefined-reference

Read More
BackNext