You need to use this
i.e.
change
savings.pin = pin;
to
this->pin = pin;
1
solved expected unqualified id before “.” token
You need to use this
i.e.
change
savings.pin = pin;
to
this->pin = pin;
1
solved expected unqualified id before “.” token