Quote Originally Posted by CornedBee View Post
By the way, usually overloading functions is better than specializing them.
I'm confused by what you mean here? If you have a template, then you will specialize functions. If you don't then you can overload them. Could you be more elaborate?