class clKalle { private: int i; public: clKalle(); }; clKalle::clKalle() : i(0) { }