To construct an object of class Init;
Init();
The default constructor Init() constructs an object of class Init. If init_cnt is zero the function stores the value one and constructs cin, cout, cerr, clog, wcin, wout, werr and wlog. In any case the constructor then adds one to init_cnt.