End Google Ads 201810 - BS.net 01 --> Hey, I just came across a little problem and wanted to ask for your guys opinion.
What would be the most elegant solution to fix this little issue.

if (GetDriveType(drv) == DRIVE_FIXED)
{
GetDiskFreeSpaceEx(drv,0,&DiskSpace,&FreeDiskSpace);
itoa(GetTickCount()/1000%60,ds,10);
itoa(GetTickCount()/1000%60,fs,10);
string temp = "test " + ds + " dasd" + fs;
}error C2110: '+' : cannot add two pointers

Open for any suggestions, greetings !