Standard Template Library
Standard Template Library. C++ introduced both object-oriented ideas, as well as templates to C Templates are ways to write general code around objects or types to be declared by the programmer sort, find, sets, looping. Why Templates. void swap(int& a, int& b) { int temp = a;
291 views • 15 slides