cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
External Linkage Leakage in C++
External Linkage Leakage in C++
Aug 9, 2011 at 4:14pm UTC
Robertlzw
(103)
Can someone here please explain what is the external linkage leakage in C++? Thanks.
Last edited on
Aug 9, 2011 at 4:14pm UTC
Aug 9, 2011 at 4:54pm UTC
Albatross
(4553)
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
Aug 9, 2011 at 4:55pm UTC
Topic archived. No new replies allowed.