I want to save video by function SetFileName(pxcchar *filename) and I hope the filename would be related to current time.
like,C:\recording\2016-5-1 18:00.rssdk"
But I dont know how to add the current time after C:\\recording\\
I search the Google and find the CTime function to change the current time into Char format.
But faild in the step :filename=L"C:\\recording\\"+time(char format)
can you give me a example ?
Thank you very much!
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.