Programming Templates: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
No edit summary
No edit summary
Line 22: Line 22:
* Code Example for Policy vs. Utility: [[Media:PolicyAndEllipsisExample1.tgz]]
* Code Example for Policy vs. Utility: [[Media:PolicyAndEllipsisExample1.tgz]]
* Code Example Template PitFall: [[Media:templatePitFalls.cc]]
* Code Example Template PitFall: [[Media:templatePitFalls.cc]]
* Exercise: [[Media:PracticePolicyProject.tgz]] [[Media:Solution.tgz]]
* Exercise: [[Media:PracticePolicyProject.tgz]] [[Media:Solution.tgz]] - be careful, unpacks into same folder

Revision as of 01:26, 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