Programming Templates: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
No edit summary
No edit summary
Line 21: Line 21:
* Code Example Template PitFall: [[Media:templatePitFalls.cc]]
* Code Example Template PitFall: [[Media:templatePitFalls.cc]]
* Exercise: [[Media:PracticePolicyProject.tgz]] [[Media:Solution.tgz]] - be careful, unpacks into same folder
* Exercise: [[Media:PracticePolicyProject.tgz]] [[Media:Solution.tgz]] - be careful, unpacks into same folder
* Code Example Generic Programming Tricks: [[Media:GenericProgrammingTricks.cc]]

Revision as of 12:55, 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


All the single/few file examples will be compiled using the following SConscript:Media:SConstruct.txt

SCons is a python based building tool, started with the command "scons", when you rename it to SConstruct.


Reminder on template usage


Policies