List Question
20 TechQA 2023-12-01T19:07:49.783000C++ using extern C library, unexpected memory leak
166 views
Asked by Tucker
C++ Shared Library does not export "extern C" functions
213 views
Asked by Tohrwarneth
If I declare a function with extern "C", should I also define it that way?
91 views
Asked by einpoklum
Calling a C file in C++ is giving errors
76 views
Asked by Himanshu
Including extern c header results in broken preprocessor output
76 views
Asked by Roman
extern c template instantiation
140 views
Asked by Gleb
One-liner extern "C" for a variable - legit?
213 views
Asked by einpoklum
How can I check whether a function is extern-C?
157 views
Asked by einpoklum
Using a enum class from a c++ header in a c header
913 views
Asked by ludw
extern "C" - before or after library header includes?
1.6k views
Asked by einpoklum
How common is it to mix C with C++?
175 views
Asked by Anzo Sasuke
extern "C" function returning std::array
55 views
Asked by Anonymous
Resolution of overloaded extern C function with default arguments
255 views
Asked by braph
Is it safe to "play" with parameter constness in extern "C" declarations?
239 views
Asked by einpoklum
c++ LoadLibrary and GetProcAddress from extern DLL
907 views
Asked by Felix Arnold
Segmentation fault when compiling with mingw g++ 7.2, declaring an ifstream and using extern "C"
1.2k views
Asked by Peter L.
Using lambda for callback function as C function parameter
219 views
Asked by Evg
Extern used twice in C++
590 views
Asked by MinuxLint
How do I hand over a pointer to a non-static member method to an extern "C" function?
128 views
Asked by Neppomuk