Search

Sponsored Links

Meta

Categories

Archives

Recent Posts

RSS Feeds

Category Archives: Interfacing C & C++


Accessing C++ objects from C

How can I create a C++ function that is callable by my C code?

How can I call a C function f(int,char,float) from my C++ code?

How to inlcude C header files in C++

What do I need to know when mixing C and C++ code?