Hi, Im curious is it usual to make an util class to contain methods that are going to be used frequently generally? is there any proper format for this class? im planning to make a util.cpp file with some methods, and include the cpp file in every classes. but i wonder since i havent seen an included .cpp files(all included are header files)
thanks in advance
