in reply to Why SprintF?

While the results of sprintf usually end up being printed, sometimes it's easier to build the string first, then print if afterwards. For an example of this, check out a post I made yesteday, where I modify an existing string before printing it.