Improvements
Status: Beta
Brought to you by:
matikm
I have read you users guide and FAQ. I would like to see the following things to be enhanced.
1. Please add book marks to your PDF files.
2. Multiple inheritance is supported. So there is a need to specify more details.
- virtual
- access protection: public, protected or private
3. The threads support seems to be incomplete.
Please check the portability and synchronization primitives.
Logged In: YES
user_id=572001
4. How do you think about to implement these key words?
- C++: const, mutual
- Java: final
Logged In: YES
user_id=572001
Mutual exclusion is an interesting topic.
Another one is the support for "mutable" attributes. They can not be const(ant).