Intermixing
C and C++
- Introduction to Intermixing C and C++
When porting an open source application or any C (or C++) applications on top of Symbian/S60 using P.I.P.S., the developer will come across situations where C and C++ (and Symbian C++ as well) codes will be used together. The open source community implements a vast number of libraries that export C APIs to the user of such libraries.
- extern "C" and Symbian DEF files