开发者

COleDateTime alternative for linux

开发者 https://www.devze.com 2023-04-07 06:48 出处:网络
Good Day. I have to make a C++ project Linux compatible. In the existing Project some old MFC functions were us开发者_高级运维ed. I am searching for a substitute for the COleDateTime wrapper. Does a

Good Day.

I have to make a C++ project Linux compatible. In the existing Project some old MFC functions were us开发者_高级运维ed. 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)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消