Can anyone explain me the concept of Name Aliasing for C++ functions?
Thanks
Can anyone explain me the concept of Name Aliasing for C++ functions?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Oct 4, 2008, 5:00 PM
Are you thinking of a 'namespace alias' which just means giving a namespace a different (usually shorter) name. See this MSDN link for further details:
http://msdn.microsoft.com/en-us/library/chwe1tc8(VS.71).aspx