Open main menu

CDOT Wiki β

Changes

Team Darth Vector

434 bytes added, 16:00, 9 December 2017
no edit summary
''Leonel Jara''
 
==TBB Background==
 
==STL Background==
==Generic Programming==
Generic Programming is a an objective when writing code to make algorithms reusable and with the least amount of specific code. An example of generic code is STL's templating functions which provide generic code that can be used with many different types without requiring much specific coding for the type( an addition template could be used for int, double, float, short, etc without requiring re-coding).
===List of STL containers:===
129
edits