I’ve been finding myself doing more and more Java coding as of late (including rewriting several C/C++ CFX tags in Java). For the most part I have gotten used to the language (although I’ve found myself wanting to use C style preprocessor directives like #ifdef on more than one occasion). But the one thing I cannot get used to is not having an equivalent of the printf() functions (printf() sprintf() etc.). Fortunately I have found several third party printf() packages, but honestly, I consider the omission of printf() functionality in the core API a major oversight.
Leave a Reply