Hello list, I'm used to c++ where I can just use a simple stringstream and print the number to the stream. Unfortunately for me, I'm using c now, and need to be able to print a number in a string. Basically, I'm writing a time conversion util; it takes the number of seconds and converts them to weeks,days,hours,minutes and seconds. So, I need to print the number of each denomination to a buffer.
Thanks, Tyler Littlefield email: [EMAIL PROTECTED] web: tysdomain-com Visit for quality software and web design. skype: st8amnd2005
