FAQ: How can I create a C++ function f(int,char,float) that is callable by my C code? ←(in the new Super-FAQ)
It's in Section: How to mix C and C++:
- FAQ: What do I need to know when mixing C and C++ code?
- FAQ: How can I include a standard C header file in my C++ code?
- FAQ: How can I include a non-system C header file in my C++ code?
- FAQ: How can I modify my own C header files so it's easier to #include them in C++ code?
- FAQ: How can I call a non-system C function f(int,char,float) from my C++ code?
- FAQ: How can I create a C++ function f(int,char,float) that is callable by my C code? (this FAQ)
- FAQ: Why is the linker giving errors for C/C++ functions being called from C++/C functions?
- FAQ: How can I pass an object of a C++ class to/from a C function?
- FAQ: Can my C function directly access data in an object of a C++ class?
- FAQ: Why do I feel like I'm "further from the machine" in C++ as opposed to C?