Difference between revisions of "Programming Templates"

From Gridkaschool
Line 16: Line 16:
 
* Some files shown in the slides: [[Media:FunctionTemplates1.cc]] [[Media:FunctionTemplates2.cc]] [[Media:GetMaxValue.h]]
 
* Some files shown in the slides: [[Media:FunctionTemplates1.cc]] [[Media:FunctionTemplates2.cc]] [[Media:GetMaxValue.h]]
 
* Exercise: [[Media:practiceSimpleTemplate.cc]]
 
* Exercise: [[Media:practiceSimpleTemplate.cc]]
  +
* Exercise: [[Media:specialisation.cc]]
   
 
----
 
----

Revision as of 00:44, 8 September 2015

Description This workshop will contain the following topics (all topics consist of both, lecture style talk and practical programming):

  • Reminder on template usage
  • Policies
  • Traits


All the single/few file examples will be compiled using the following SConscript:

SCons is a python based building tool, started with the command "scons".


Reminder on template usage


Policies