标签: c++ struct
我无法访问main函数中结构对象的私有和受保护的成员。
请帮助我。
答案 0 :(得分:-3)
在C ++中,struct不允许您定义访问修饰符。如果您需要控制访问权限,则需要使用class。
struct
class