how to print out a wxLongLong value?

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
rob
In need of some credit
In need of some credit
Posts: 8
Joined: Tue Jun 28, 2011 2:20 am

how to print out a wxLongLong value?

Post by rob »

hi,
i used a wxGetLocalTimeMills() to get the local time in milliseconds, but when i tried to used the following statement, i get a compiler messages. did anyone know how to print it out?

cout << startll - curll <<endl; // startll and curll are of type wxLongLong.
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: how to print out a wxLongLong value?

Post by catalin »

See
wxLongLong::ToString()
wxLongLong::ToDouble()
wxLongLong::ToLong()
wxLongLong::GetValue()
Post Reply