I am writting a codes for my sequence project in code blocks. The project consists of three files main file, sequence.h, and sequence.cpp. As soon as i start building it, i get an error of "Unkown reference to". I know my code work because i tested it on Visual Studio. I did alot of research online but none of them worked. Can someone help me by showing step by step of what i have to do in code blocks in order to compile my codes?
Oh i got it. I have to link the header file and function file with bin and object, at the time of its creation and after that it works. Thanks for your help guys