[Cs3] I updated the slides

Mikhail Nesterenko mikhail at cs.kent.edu
Thu May 1 22:30:57 EDT 2014


- to describe STL extensions of the algorithms,
- to mention that template recursion (used in metapogramming examples)
  uses non-type parameters

Also note that the branching example in metaprogramming is a
re-implementation of is_same feature introduced in C++ that
we studied earlier. Shown in this example:

   http://www.cs.kent.edu/~mikhail/classes/cs3.s14/Examples/Templates/checkType.cpp

Thanks,
-- 
Mikhail


More information about the cs3 mailing list