[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CallCppFromC
It is only possible to call C++ code from C if the C++ code does not use classes.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CallCppFromC
(C FAQ) Calling C++ code from C
This is seldom possible. Calling C from C++ is nearly always possible.It is only possible to call C++ code from C if the C++ code does not use classes.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
