Error 7 error LNK1120:

Dec 22, 2014 at 12:53pm
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
Dec 22, 2014 at 3:00pm
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.
Dec 22, 2014 at 3:35pm
how do i fix this
Dec 22, 2014 at 3:37pm
how do i fix this


answer provided by Mr Abstract:
Check that all your function declarations are properly implemented
Last edited on Dec 22, 2014 at 3:37pm
Topic archived. No new replies allowed.