Sunday, February 24, 2013

Generic Programming

http://en.wikipedia.org/wiki/Generic_programming
http://www.generic-programming.org/

Generic Programming is a programming paradigm for developing efficient, reusable software libraries. Pioneered by Alexander Stepanov and David Musser, Generic Programming obtained its first major success when the Standard Template Library became part of the ANSI/ISO C++ standard. Since then, the Generic Programming paradigm has been used to develop many generic libraries.

[Note] STL container , iterator

No comments:

Related Posts Plugin for WordPress, Blogger...