Copying objects from one vector to anotherWow! Thank you to everyone! I'll digest this information and see what I can learn. Edit: Granado, I...
Copying objects from one vector to anotherThe program I'm working on is beginning to get the better of me. I'm storing class objects (each one...
Which symbols is the "unresolved external symbol"?TheIdeasMan, thank you for the recommendation. It got rid of the "unknown external symbol" error, bu...
Which symbols is the "unresolved external symbol"?Here's the Main.cpp: [code] #include "Actor.h" #include <iostream> #include <string> using namespace...
Which symbols is the "unresolved external symbol"?Here is Actor.h: [code] #include <iostream> #include <string> namespace actor { class Actor { pu...