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
why function didnt need extern, but variable does
Aug 09, 2026
c++
function
variables
extern
Are functions external by default?
Aug 10, 2026
c
function
extern
warning: useless type name in empty declaration
Aug 08, 2026
c
gcc
warnings
typedef
extern
Can I store pointers to C++ classes in C?
Jul 26, 2026
c++
c
extern
Simultaneously creating internal and external linkages in C
Jul 23, 2026
c
language-lawyer
extern
internal-link
Extern Variable - where should I place it?
Jul 12, 2026
c++
extern
Access to same structure instance from another .c file
Jul 11, 2026
c
struct
declaration
extern
definition
Why do we need extern?
Jun 29, 2026
c++
namespaces
extern
Declaring extern structures in header file in C
Jun 30, 2026
c
struct
extern
Is extern keyword in C redundant?
Jun 26, 2026
c
keyword
extern
How to use C++ library in Vala
Jun 26, 2026
c++
extern
vala
vapi
Extern on global vector variable does not work
Jun 23, 2026
c++
global-variables
extern
Extern using pointer instead of array
Jun 21, 2026
c
extern
What happens when actual and extern types are different?
Jun 10, 2026
c
arrays
pointers
extern
Why use the extern keyword in header in C? [duplicate]
Jun 06, 2026
c
extern
linkage
if global variable have default external linkage then why can't we access it directly in another file?
Jun 01, 2026
c
global-variables
extern
Why does the linker not fail when an extern const is changed in another file?
May 23, 2026
c++
linker
constants
extern
Why do EXTERN_C macros leave out `extern` on their C form?
May 17, 2026
c++
c
extern
name-mangling
Older Entries »