R
Randy
city extern City *TheCity;
Hi,
I ran across this line, within a .h namespace, and I don't fully
understand it.
As I understand it, "extern" means that this "global" pointer to a
City is probably instantiated in another cc file.
What does the extra "city", before the extern, indicate?
I also see a member function, prefaced with "city", in the City class,
which makes me think that it has something to do with global
namespaces?
city static void ReadMe(...
Any help would be appreciated, my searches aren't turning up
anything.
Hi,
I ran across this line, within a .h namespace, and I don't fully
understand it.
As I understand it, "extern" means that this "global" pointer to a
City is probably instantiated in another cc file.
What does the extra "city", before the extern, indicate?
I also see a member function, prefaced with "city", in the City class,
which makes me think that it has something to do with global
namespaces?
city static void ReadMe(...
Any help would be appreciated, my searches aren't turning up
anything.