Difference between revisions of "Programming Templates"

From Gridkaschool
Line 8: Line 8:
 
* Traits
 
* 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'''
 
'''Reminder on template usage'''

Revision as of 13:54, 7 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