Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
'class' : default constructor could not be generated
Remarks
The compiler can't generate a default constructor for the specified class, which has no user-defined constructors. Objects of this type can't be created.
There are several situations that prevent the compiler from generating a default constructor, including:
A
constdata member.A data member that's a reference.
To fix this issue, create a user-defined default constructor for the class that initializes these members.