On this General tab, you define the general features for a constructor through the various controls on the tab. Notice that the signature for the constructor is displayed at the top of the General tab of the Features window.
.
.
. a(5)
//-------------------------------------------------------
// A.cpp
//-------------------------------------------------------
A::A() : a(5) {
//#[operation A()
//#]
};