2000-12-07: Advogato.org: Why don't C++ and free software mix?
|
'Why use C++? My reasons are that it offers typesafe, convenient abstract polymorphism (abstract base classes, allowing the clean
separation of interface and implementation without icky 'void casts'), that it offers typesafe, convenient parametric polymorphism
(templates, allowing me to use generic containers, algorithms and patterns without sacrificing performance), and that its standard
library includes the STL, which knocks the socks off anything available in the C world for power, flexibility and efficiency.'
Read more...
|
|