whats the value of z? int z=1; CT::CT() { z=2; } CT::~CT() { z=3; } void main() { ...
This user does not accept Private Messages