简体   繁体   中英

Private members in C++ struct

I'm unable to access Private and Protected members of a structure object in main function.

Kindly help me in the same.

In C++ struct doesn't allow you to define access modifiers. If you need to control access you need to use class instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM