Hi,
I have
char* str1 = "d:\temp\data\t est.txt"
I want to replace all the "\" to be "\\", so that
the string will have "d:\\temp\\data \\test.txt"
Can you help ?
Regards,
Magix
I have
char* str1 = "d:\temp\data\t est.txt"
I want to replace all the "\" to be "\\", so that
the string will have "d:\\temp\\data \\test.txt"
Can you help ?
Regards,
Magix
Comment