I tried to run this program, but it told me this, ISO C++ forbids in-class initialization of non-const static member ‘counter’. Basically I just wanna test if the counter will be increased if I create more ts objects. Is there some other way to get this? Thanks for helping.