Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AllanNabhan

  1. AllanNabhan

    An interesting POO problem in C++

    Hi ! Thank you for your interesting replies. I am thinking of a container lib that would take full advantage of polymorphism and where, for example, algorithms would be operating on generic interfaces; e.g. void Sort(SequentialContainer& container); I think this question was for me: >...
  2. AllanNabhan

    An interesting POO problem in C++

    Hi ! I have an interesting POO problem using C++. Can somebody help me? I want to implement a generic interface for sequential containers. I demand all sequential containers (deque, vector, list ...) to derive from a single virtual base class, SequentialContainer. (All classes are actually...

Part and Inventory Search

Back
Top