Jan 29, 2011 at 4:10pm
you must write Beeper *Beeper::beepero = NULL;
in your cpp file.
alternatively you can move static Beeper * beepero;
into your 'create' function and use it directly.
Btw. your 'create' funciton is not inline and is not supposed to be in the header. if you'd include that more than once you get a linker error.