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 do I need to declare this function extern. It works without it
Mar 06, 2026
c
scope
extern
storage-class-specifier
Under what circumstances can an extern variable be used in definition?
Mar 05, 2026
c++
variables
memory-management
extern
Is it advisable to use extern to avoid header dependency?
Mar 05, 2026
c++
coding-style
include
extern
c define struct in another c file
Feb 26, 2026
c
arrays
struct
definition
extern
Best practice to use extern struct or extern pointer to struct?
Feb 27, 2026
c
pointers
struct
extern
Extern C functions in Objective-c
Feb 22, 2026
c
objective-c
iphone-sdk-3.0
extern
Should immutable global objects be declared as 'const my_result_t BLAH;' or 'extern const my_result_t BLAH;'?
Feb 20, 2026
c++
singleton
extern
is it possible to declare a large array as static and use it as extern in other files in c
Feb 18, 2026
c
arrays
static
extern
g++ external reference error
Feb 17, 2026
c++
g++
declaration
extern
How do I portably export template instantiations from a shared library
Feb 14, 2026
c++
shared-libraries
template-specialization
extern
explicit-instantiation
Clang AST : extern LinkageSpec issue
Feb 06, 2026
c++
clang
abstract-syntax-tree
extern
"New" operator works in extern "C"
Feb 04, 2026
c#
c++
dll
extern
Computing the address of the memory position before an external symbol in C
Feb 04, 2026
c
pointers
gcc
extern
pointer-arithmetic
C++ extern enums
Feb 01, 2026
c++
enums
extern
error LNK2001: unresolved external symbol "int const * const A_array" when I don't include the header in the definition file
Jan 31, 2026
c++
extern
How do I make macro constants globally accessible in C?
Jan 28, 2026
c
macros
extern
Why linker is giving error for global variable in header file
Jan 26, 2026
c++
linker
extern
C referencing C++ extern
Jan 23, 2026
c++
c
windows
extern
icc
How to compile Freetype (2) and Harfbuzz (with visual studio) to make them work together?
Jan 19, 2026
c++
c
visual-studio
compiler-errors
extern
C++ template semi-specialization [duplicate]
Dec 30, 2025
c++
c++11
templates
extern
explicit-instantiation
Older Entries »