Hello. I have been learning C++ for about 2 months and I have a problem with a program related to the game bulls and cows. The purpose of the program is to determine the number of bulls and the number of cows by comparing two 4-digit integers. I am using DEV-C++ compiler. When I try to compile my code, I get a message containing the following information: "in function"Z2bcii: undefined reference to int2str(int)". I cannot figure out what the problem is. Can you help me? Thank you in advance.