Is there a standard date/time class in C++?

前端 未结 6 1223
悲哀的现实
悲哀的现实 2020-12-01 14:05

Does C++ stl have a standard time class? Or do I have to convert to c-string before writing to a stream. Example, I want to output the current date/time to a string stream:<

6条回答
提交回复
热议问题