Possible Duplicate:
Why can templates only be implemented in the header file?
hello everyone I've just read that if I write some template I must write all code in header file (including constructor, desctructors...), but I can't understand why, can somebody please explain?