Error 7 error LNK1120:

Error 7 error LNK1120: 1 unresolved externals C:\Users\toshiba\Desktop\programming\degrees\Debug\degrees.exe 1 1 degrees


i keep getting this error when trying to run the program

please help

i can send the code if needed
An unresolved external means you have a declaration for a function which you call, but have not implemented that function. Check that all your function declarations are properly implemented.
how do i fix this
how do i fix this


answer provided by Mr Abstract:
Check that all your function declarations are properly implemented
Last edited on
Topic archived. No new replies allowed.