(C++) struct

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) struct

 

Keyword to start a class declaration.

 

The only difference with the keyword class is that struct has a public access level by default, where class's default access level is private.

 

See class for more information.