That error indicates you have not implemented a function named calccost with arguments of (int, float, float) (or if you have, the function you implemented has different arguments from your function prototype).
Since you haven't included your code for calccost, it's hard to say which it is.
PLEASE USE CODE TAGS (the <> formatting button) when posting code.
It makes it easier to read your code and also easier to respond to your post. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.