How can I in C++ make a function accept every Object, so I can give it numbers, String or other Objects. I am not very well in C++, I hope it\'s not a totally stupid questio
If I understood you correctly you might wanna try using templates http://en.cppreference.com/w/cpp/language/function_template