Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in extern
"extern const" vs "extern" only
Sep 22, 2022
objective-c
global-variables
constants
extern
Why can't templates be within extern "C" blocks?
Sep 05, 2022
c++
templates
extern
linkage
What's the difference between static inline, extern inline and a normal inline function?
Sep 04, 2022
c
static
extern
inline-functions
Static, extern and inline in Objective-C
Aug 29, 2022
objective-c
static
inline
llvm
extern
Reasons to use Static functions and variables in C
Sep 03, 2022
c
static
linker
extern
Why does initializing an extern variable inside a function give an error?
Sep 03, 2022
c++
declaration
definition
extern
How do I stop name-mangling of my DLL's exported function?
Sep 03, 2022
c++
c
extern
name-mangling
Why does "extern const int n;" not work as expected?
Sep 02, 2022
c++
constants
declaration
extern
static and extern global variables in C and C++
Sep 01, 2022
c++
c
static
global-variables
extern
Is extern "C" only required on the function declaration?
Aug 31, 2022
c++
c
extern
extern-c
How to name a constant in Objective-C?
Aug 31, 2022
objective-c
naming-conventions
constants
extern
Why doesn't this "undefined extern variable" result in a linker error in C++17?
Aug 31, 2022
c++
linker-errors
extern
c++17
if-constexpr
Objective-C static, extern, public variables
Mar 16, 2021
objective-c
static
public
extern
How to detect if C code (which needs 'extern C') is compiled in C++
Aug 28, 2022
c++
c
extern
Should functions be made "extern" in header files?
Aug 28, 2022
c
extern
C++ extern keyword on functions. Why no just include the header file?
Aug 28, 2022
c++
linker
extern
What does the extern keyword mean?
Nov 14, 2022
c
objective-c
extern
Does a declaration using "auto" match an extern declaration that uses a concrete type specifier?
Dec 15, 2021
c++
language-lawyer
extern
auto
How do I share a global variable between c files?
Sep 28, 2022
c
extern
Why won't extern link to a static variable?
Aug 26, 2022
c
static
extern
« Newer Entries
Older Entries »