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-c
Problem with using C code in C++ with extern "C"
Dec 20, 2022
c++
c
extern-c
When to use extern "C"?
Jun 29, 2022
c++
extern-c
extern C return class object
Jun 17, 2022
c++
c
extern-c
Is it safe to "play" with parameter constness in extern "C" declarations?
Sep 12, 2022
c++
c
language-lawyer
cross-language
extern-c
C++'s extern-"C" functionality to languages other than C
May 18, 2022
c++
linkage
extern-c
"C linkage function cannot return C++ class" in Visual Studio 2019
May 21, 2022
c++
visual-studio-2019
extern-c
What kinds of C++ functions can be placed in a C function pointer?
Mar 25, 2022
c++
function-pointers
calling-convention
language-binding
extern-c
extern and extern "C" for variables
Oct 20, 2022
c++
c
linkage
extern-c
Is extern "C" on a c++ function allowed? [duplicate]
May 26, 2022
c++
c
linkage
name-mangling
extern-c
difference between extern "C" and simply extern [duplicate]
Mar 10, 2020
c++
c
extern-c
how does extern "C" allow C++ code in a C file?
Apr 13, 2022
c++
extern-c
Could we use extern "C" in C file without #ifdef __cplusplus?
Aug 29, 2022
c++
c
extern-c
Does extern "C" have any effect in C?
Mar 29, 2022
c++
c
extern-c
Why do you need "extern C" for C++ callbacks to C functions?
Oct 28, 2022
c++
c
callback
extern-c
Are extern "C" functions a separate type?
Sep 14, 2022
c++
function-pointers
overloading
extern-c
Is it possible to subclass a C struct in C++ and use pointers to the struct in C code?
Sep 23, 2022
c++
c
gcc
extern-c
How does an extern "C" declaration work?
Sep 03, 2022
c++
c
extern-c
Can C++ functions marked as Extern "C" throw?
Sep 03, 2022
c++
extern-c
When to use extern "C" in simple words? [duplicate]
Sep 01, 2022
c++
c
extern-c
Is extern "C" only required on the function declaration?
Aug 31, 2022
c++
c
extern
extern-c
Older Entries »