2.1.1.2.1. Structures

Declaration. 

struct aPerson
{
  string firstName;
  string lastName;
  short  age;
};