
9 Dec
2005
9 Dec
'05
1:13 a.m.
Just change 'namespace' to 'struct' and I think you should be set :)
Hmm, I tried this but I got compiler errors. The problem is I won't be able to set the names collection in a header, that's because you can't set an array of non-integral type inside the declaration of a struct. You have to provide storage for it in a .cpp. Is there perhaps something I'm missing here?