- Create a class that provides singleton feature to derived classes. What are problems faced here?
- How to control the data flow between various filters? Assume the data queue between filters is of length 1. What are the various synchronization techniques to control the data movement?
- Why Copy constructor parameters are constant references? How do auto pointers solve the problem of multiple references? What are temporary variables?
No comments:
Post a Comment