NlMakesis Y-Browser Y-Tasks
Hi, whether multiple declaration of an object is possible? if yes please give me some example.
Best regards
Pranaya
What are you talking about?
If you are talking about forward declarations, it works as standardized in C++.
multiple conflicting declarations doesn't work ofcourse.
unless you are doing function overloading, this too also working just as normal in C++.
So... what is it you want to do? Can't give any examples without knowing that.
Forum posts: 1155
What are you talking about?
If you are talking about forward declarations, it works as standardized in C++.
multiple conflicting declarations doesn't work ofcourse.
unless you are doing function overloading, this too also working just as normal in C++.
So... what is it you want to do? Can't give any examples without knowing that.