I actually tried to take almost the same approach after all the comments to my other post saying that I couldn't derive from std::list but I found myself having to rewrite all the functions that come free with std::list!! So that was the reason that made me go back to the idea of derivation as it would make my instructor happy and would save me a lotta headache.
Can anybody give me a link to where I can find how the std::list is written so that I might just include all of it inside of my new class without having to derive.
Thanks.
Cheers,
Sofia.