Troubleshooting error LNK2019: unresolved external symbolThanks all for the response. I [i]think[/i] I solved the problem with contact.cpp not being include...
Troubleshooting error LNK2019: unresolved external symbolThanks for the reply. I added [code]#include <string>[/code] in [b]contact.h[/b] but still receive ...
Troubleshooting error LNK2019: unresolved external symbolHello folks, I'm trying to build a simple program that accepts and stores contact information (fi...
Absolute beginnerI've just begun learning C++ as well using a different Sam's Teach Yourself book. Your program idea ...