Determining the difference between dates

后端 未结 8 1875
無奈伤痛
無奈伤痛 2020-12-10 04:34

I\'m trying to figure out a way for my program to take a date (like February 2nd, 2003) and show the difference between the two with another date (like April 2nd, 2012), exc

8条回答
  •  眼角桃花
    2020-12-10 05:21

    You should look at the DateTime class.

    Also the msdn reference for C++ syntax.

提交回复
热议问题