C++在路径前加R,免写双斜线\\,

string path = "D:\\file\\data\\";
string path2 = R"(D:\file\data\)";

你可能感兴趣的:(图像算法——小知识点,图像算法——小知识点)