This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc question about the embedded type definitions


Serge Fukanchik wrote:
Nathan Sidwell wrote:

in C it is visible, in C++ it is not.

?! In C++ all members of `struct' are public by default and hence fully accessible. You have to explicitly say `private:'.

you have to qualify their names -- they are not visible in the global namespace. The question was about their visibility not their accessibility.


nathan


--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]