¡@

Home 

c++ Programming Glossary: charges

Is there any real risk to deriving from the C++ STL containers?

http://stackoverflow.com/questions/922248/is-there-any-real-risk-to-deriving-from-the-c-stl-containers

typedef std vector double Rates typedef std vector double Charges ... then what exactly is the hazard in declaring ... Example.. Example B class Rates public std vector double ... class Charges public std vector double ... The positive advantages to B include.. Enables overloading of functions because f Rates and f Charges are distinct signatures Enables other templates to be specialized..