dartsman![]() Member Posts: 484 From: Queensland, Australia Registered: 03-16-2006 |
Well I tried to reply to that question, yet the server kept saying that there was some problem, I couldn't even start typing out the reply. Luke: Have a look at "Static Member variables" and how to use them. for the thing about '#include <list>' check out http://www.codeguru.com/forum/showthread.php?t=344569 . Pretty much the STL containers all don't have '.h' as an extension. Reason told was that the non-extension headers are contained within a namespace, the .h ones are not, and then will be added to the global namespace. I'm pretty sure with static member variables you need to do...
C++ is great, if you learn it. "Industry Standard", Oh yeah, and for a good reason, actually several! As you can see I like C++ :P It's good to you if you treat it right ------------------ |