Mijalko
Programming and other things
Tuesday, April 22, 2008
Source code organisation of templates
in the H file:
#ifndef __MY_TEMPLATE_H
#define __MY_TEMPLATE_H
... #include "mytemplate.cpp"
#endif __MY_TEMPLATE_H
and in the CPP file
#ifndef __MY_TEMPLATE_CPP
#define __MY_TEMPLATE_CPP
#include "mytemplate.h"
...
#endif __MY_TEMPLATE_CPP
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment