C++变量类型类似于 Builder TDateTime 类型
我正在寻找可以轻松替代 TDateTime。我需要的是小时、分钟、秒和毫秒。
感谢您的关注
I'm looking for variable type (in standard C++ libraries) that could easily substitute TDateTime. What I need is hour, minutes, seconds and miliseconds.
Thanks for the attention
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为现在 Boost 几乎可以作为标准 C++ 库,所以我推荐 boost::date_time
我已经在 BCB2010 中使用过这个,如果有帮助的话。
I think Boost almost qualifies as a standard C++ library these days, so I would recommend boost::date_time
I've used this with BCB2010, if that's any help.