External Linkage Leakage in C++

Can someone here please explain what is the external linkage leakage in C++? Thanks.
Last edited on
Basically what it means when someone uses the extern keyword is that the following bit of code is a declaration, and that it should expect the implementation elsewhere.

At least, that's how I'd explain it.

-Albatross
Last edited on
Topic archived. No new replies allowed.