Struct Constructor in C++?

前端 未结 16 1808
轻奢々
轻奢々 2020-11-27 08:53

Can a struct have a constructor in C++?

I have been trying to solve this problem but I am not getting the syntax.

16条回答
  •  一向
    一向 (楼主)
    2020-11-27 09:41

    Class, Structure and Union is described in below table in short.

提交回复
热议问题