Explain about linkages(external/internal) in c++? How does linkage differ for a function,constant,inline function,template function ,class and template class
+4
A:
Can you clarify your question a bit? C++ linkage is a pretty big topic and giving a complete answer in an SO post is probably a bit more information than you're looking for (Litb may prove me wrong).
Here is a link which provides a general overview of linkage: http://gaubuali.wordpress.com/linkage-in-c-and-c/
JaredPar
2009-02-28 15:45:35
Actually I am waiting for Litb answer
yesraaj
2009-02-28 19:17:18
i really like that link too and i'm not going to even try to prove you wrong :) and thanks for all your praise mates :) you've got a +1 now
Johannes Schaub - litb
2009-03-02 18:22:50
i'm soo sorry. but i guess i could only add "blah blah blah" as answer now that JaredPar already linked to a very nice article :)
Johannes Schaub - litb
2009-03-02 18:54:26
@litb just keep in your mind about writing a post abt it.Take your own time.
yesraaj
2009-03-03 14:08:13
A:
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=41
check section 3.5 in standard http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2798.pdf
yesraaj
2009-03-03 15:44:39