Hi.I have to write a class with string and static int member,and to add int to string in the default constructor,so int to be an identifier(for class Bird- Bird#1,Bird#2..) .String is the name of the class.I try to use stringstream to add int to string but it doesn't work correct.