cplusplus.com
C++ : Forum : UNIX/Linux Programming : Mix C and C++
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post Mix C and C++

devas (6)
Hi,

i have a question. Is it possible to write a code that callable both from C and C++?

I want to write a logger which put some logs in a specific file and also i should call its functions from both C and C++.
guestgulkan (2375)
Yes - google extern "C"
Bazzy (6258)
Also look for the __cplusplus macro
helios (9402)
http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
devas (6)
Thank you
Topic archived. No new replies allowed.