I'm new to C++ and I'm trying to implement all functions in a separate Functions.cpp file and calling them in the main.cpp file defining all the function declarations on the top. Both Main and the Functions file are in the same folder (sources).
But I keep getting the error undefined reference to my functions. I'm using CodeBlocks 20.30. somebody, please help.