[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] hrtime_t to string



Ish Rattan wrote:
> 
> Write a C-function to do that.
> 
> hth

OK

#include <strstream>

string LongLongToString (long long Number)
{
  strstream Stream;
  Stream << Number;
  return (Stream.str());
}

With some help from comp.lang.c++. You like it?. :-)
-- 
Ivan Martinez (Rodriguez)
Bch in Computer Science - MSc student
http://www.student.dtu.dk/~u990873
"Got fabes?"