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!

Search results for query: *

  1. 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