This is nothing big, but i dont understand anything from C++
Could you translate this code to C++ please?
File.WriteAllText(@"test.txt", Regex.Replace(Regex.Replace(File.ReadAllText(@"test.txt"), @"-?(?<!,|\d)(?>\d+)(?!,)", "($&)"), @"-?\d+,\d+", "\"$&\""));

