Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I try to compile my program I keep getting an error stating that I have unresolved external references. What is causing this problem?

0
Posted

When I try to compile my program I keep getting an error stating that I have unresolved external references. What is causing this problem?

0

The error you are describing is probably the result of poor function signatures. Please check and make sure that you are using the exact same function signature for the same function in both the header file and the implementation/template file. Additionally, you have to put the scope resolution in front of the function signature in the implementation/template file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123