When I try to compile my program I keep getting an error stating that I have unresolved external references. What is causing this problem?
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
- When I try to install TSC - Loan Calculation Software, I get an error message stating that the setup file is corrupt, How do I install TSC - Loan Calculation Software?
- When I try to compile my program I keep getting an error stating that I have unresolved external references. What is causing this problem?
- I get an error when I run the program that says Error 13 Type Mis-Match. What is causing this?