class fft_creater : public fft { public: fft_creater() { init(); } } void foo( ...params... ) { static fft_creater obj; obj.Work(); }