Even though there are no static classes in C++, coming from a Java background I use to create a helper class like Util containing only static methods. Is this c
This may be relevant to your interests. It is an article that, uh, examines the different approaches to classes and functions in Java compared to other languages.