View Single Post
Old Dec 29th, 2006, 3:28 AM   #7
prototype_angel
Newbie
 
Join Date: Dec 2006
Posts: 9
Rep Power: 0 prototype_angel is on a distinguished road
I would suggest going for the struct as you can do this
Tool a;
a.foo(); or something of that effect. You can also go for classes as you can inherit them. (but now you can also inherit them in structs) which can make your expansion easier. But if you won't make variables out of struct, it defeats the purpose and so it's cooler to use Namespace.
prototype_angel is offline   Reply With Quote