Linux 的 COleDateTime 替代品
再会。
我必须使 C++ 项目与 Linux 兼容。在现有项目中使用了一些旧的MFC函数。我正在寻找 COleDateTime 包装器的替代品。 Linux 是否存在替代对象,或者我是否必须实现自己的包装器? (示例将不胜感激)
Good Day.
I have to make a C++ project Linux compatible. In the existing Project some old MFC functions were used. I am searching for a substitute for the COleDateTime wrapper. Does a alternative object exist for Linux or do I have to implement my own wrapper? (examples would be appreciated)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Boost DateTime 库: http://www.boost.org/doc /libs/1_47_0/doc/html/date_time.html
使用 Boost,您可以使许多其他东西变得可移植:文件系统、多线程、进程间通信、套接字等。
有关 Boost Datetime 的更多信息,请参见此处: http://en.highscore.de/cpp/boost/ 第 10 章:日期和时间
Boost DateTime library: http://www.boost.org/doc/libs/1_47_0/doc/html/date_time.html
Using Boost, you can make many other things portable: file system, multithreading, interprocess communications, sockets etc.
More about Boost Datetime here: http://en.highscore.de/cpp/boost/ Chapter 10: Date and Time