How does an "extern C" declaration work?
Posted
by samoz
on Stack Overflow
See other posts from Stack Overflow
or by samoz
Published on 2010-03-08T17:49:59Z
Indexed on
2010/03/08
17:51 UTC
Read the original article
Hit count: 444
I'm taking a programming languages course and we're talking about the "extern C" declaration.
How does this declaration work at a deeper level other than "it interfaces C and C++"? How does this affect the bindings that take place in the program as well?
© Stack Overflow or respective owner