Cornelius Weig

Show:

What's happening?

  • cpp code generation for template classes improved

    The boilerplate *.cpp code for a template class looks currently like func.cpp: Func::~Func ( ){ } while it should be func_improved.cpp: template Func::~Func ( ){ } where the template class header is func.h: template // interface class Func { // Associations // Attributes // Operations...

    2008-10-02 14:26:44 UTC in dia2code

About Me

  • 2008-10-02 (1 year ago)
  • 2234960
  • weigc (My Site)
  • Cornelius Weig

Send me a message