When writing code for a new hardware platform, the last thing you want to do is bother with the minutiae of I/O routines, string handling and other similarly tedious details that have nothing to do ...
The thread topic may not accurately describe my current problem, but here goes: I am creating a DLL that will be used by other parts of an application. I would like to add some standard library types ...
Many times when someone tells you that language X is “better” at something they really mean that it has better built-in libraries for that task. Java is a great example. The language isn’t all that ...