I have a number of places where I need to re-use some template code. Many classes need these items
In a .h could I do something like:
#include <xxx.txt>
and place all of this code in the .txt and just have it included?
Something like a PHP include!
Does gcc allow this?