Paul,

Quote Originally Posted by Paul McKenzie View Post
You're all over the place here.

First, are you doing this off the top of your head, or are you following guidelines set by experienced C++ programmers? If it's the former and not the latter, then you're going to create a mess.
I followed a stackoverflow guide: http://stackoverflow.com/questions/1...variables-in-c . I removed the extern declaration in "objects.h" if that is what you were concerned about.

Quote Originally Posted by Paul McKenzie View Post

Also, the issue is not whether the code will compile -- the issue is whether the code will link. That is where improper use of extern will cause errors, at the link stage, not the compile stage.
I figured as much on this part though the errors follow after

Output:
Code:
Compiling...
I will try again with the format you gave me