:?: what i smeant my linker error in c++.?
why it causes in c++?
satish.paluvai -1 Light Poster
Recommended Answers
Jump to PostIn my experience it means the linker isn't able to find a function/variable in any of the header files included. Often it means the necessary header file isn't included or the function/variable isn't available in the files included.
Jump to PostOr you've just completely forgotten to code the function...
Anyway, that's a good reason why to code each function separately, and not try to code 3-4 of them before testing out the program.
All 6 Replies
Lerner 582 Nearly a Posting Maven
Duki 552 Nearly a Posting Virtuoso
John A 1,896 Vampirical Lurker Team Colleague
satish.paluvai -1 Light Poster
aian 0 Newbie Poster
vijayan121 1,152 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.