cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Mix C and C++
Mix C and C++
Nov 5, 2009 at 7:54am UTC
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++.
Nov 5, 2009 at 12:53pm UTC
guestgulkan
(2942)
Yes - google
extern "C"
Nov 5, 2009 at 10:43pm UTC
Bazzy
(6281)
Also look for the
__cplusplus
macro
Nov 5, 2009 at 11:05pm UTC
helios
(17562)
http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
Nov 6, 2009 at 12:01pm UTC
devas
(6)
Thank you
Topic archived. No new replies allowed.