User profile: PeterHicks

User info
User name:PeterHicks
Name:Peter Hicks
Location:America
Bio:I'm still learning C++, so I'll probably pose way too much information, too much code, and ask stupid questions.
History
Joined:
Number of posts:7
Latest posts:

Copying objects from one vector to another
Wow! Thank you to everyone! I'll digest this information and see what I can learn. Edit: Granado, I...

Copying objects from one vector to another
The 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...