Quote Originally Posted by riyrse View Post
Hi,

I want to get the current system's time as a string for further manipulation.

Can you give me a code for that ?

Thanks
Riyas.B
Growing Developer
You can use strftime, wcsftime (or using MFC you can use the CTime class and it's method called FormatGMT which is similar to strftime).

The detailed description you can find in the MSDN.

With regards
Programartist