hi
i have a problem
for example:
seconds = 186;
186 secons = 3 minutes and 6 seconds
how can i convert 186 to 03:06 with a simplest way
because i am using a timer
this routine will be called every 50 milliseconds
and my solutions are using %10 - %15 of my 2.5 CPU
i need a simplest solution that reduce CPU usage
this is a media player project
it calculates length and current position when playing an MP3 file
thanks

Reply With Quote