Boost logo

Boost Users :

From: fungos (fungos_at_[hidden])
Date: 2006-12-07 18:57:21


Hi, I need help to get started with boost, Im trying about some time to get
a little project mine converted to use boost libs.
My current project uses raw pointers and std::map. But I want to use
shared_ptr and multi_index_container.

I cant find help anywhere to my problems with this code, I hope I can get
some here.

Project Outline:
 - Strict OO design.
 - Filesystem emulation (a simple fake filesystem...)
 - I have one Filesytem interface with one implementation.
 - I have one Entry interface with three implementations.
 - Directory is a Entry.
 - File is a Entry.
 - Empty is a Entry.

See the sample here: http://rafb.net/paste/results/hfHOx934.html , I have
done this little sample to start understunding multi_index_container with
classes using methods (mem_fun) as "selectors?". What is wrong with it?

Please, I really need help to start with boost. But I doesnt want to let use
best practices like good design and patterns.

Thanks

-- 
Animal Frontline Liberation


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net