Re: C++ & Templates was Re: Question about programming techniques




> well ... probably templates are ok if used in moderation ... but
> then you're not really saving all that much typing anyhow ...

You don't save typing, you save coding (and debugging, and profiling)
of the container class library.  Moreover, your code will be readable
for others, since any C++ programmer probably knows at least know some
of the concepts of STL.

Kasper



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]