If I'd want to use a function with a lot of custom structures, which is the correct way ?
- Have I dot write a file with all my structures and include it the classes that are going to use it ?
- A template only works with basic types ? If i want to use with custom structures I have to include it , isn`t?
- By last, is it preferable to use templates agaist define a lot of overloaded functions ?