cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Error 7 error LNK1120:
Error 7 error LNK1120:
Dec 22, 2014 at 12:53pm UTC
rko786
(47)
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 UTC
AbstractionAnon
(6954)
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 UTC
rko786
(47)
how do i fix this
Dec 22, 2014 at 3:37pm UTC
mutexe
(2372)
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 UTC
Topic archived. No new replies allowed.