标签: c++ strftime
我是c ++的新手。我想在c ++中的strftime函数中设置格式化日期和时间的变量我该怎么做。
date = "%d"; year = "%Y"; month = "%m"; //inside the strftime function strftime(dateX, 80, " date + year + month ", timeinfo);