boost-date-time
boost single thread libraries in cygwin
I just built and installed boost_1_47_0 using the following on cygwin ./bootstrap.sh --with-libraries=chrono,date_time,exception,filesystem,graph,graph_parallel,iostreams,math,program_options,random,[详细]
2023-04-07 04:27 分类:问答libboost_date_time linker error
I just built and installed boost on cygwin and was trying to compile a program but it gave me a linker error because it was looking for libboost_date_time, and I have libboost_date_time-mt instead in[详细]
2023-04-07 01:41 分类:问答weekdays' duration using boost date
Is there a way to get only the no. of weekdays between 2 boost dates. In the following, I\'m only getting calendar days.[详细]
2023-04-03 21:20 分类:问答using sscanf for boost date
I am trying to use sscanf to separ开发者_开发问答ate a string that has a boost date. here\'s the code:[详细]
2023-04-02 09:56 分类:问答using from_string with boost date
I have the following code: #include <iostream> #include <string> #include <iomanip> #include <locale>[详细]
2023-03-31 21:43 分类:问答converting boost::gregorian::date_duration to double
Is there a way to convert the boost::date_duration to a double. I have the following 开发者_如何学Pythoncode:[详细]
2023-03-31 08:47 分类:问答How do you format with Boost.Date_Time without leading zeros?
How can you format a boost::posix_time::ptime object without padding the numbers with zeros? For example, I want to display 6/7/2011 6:30:25 PM and not 06/07/2011 06:30:25 PM.[详细]
2023-03-14 22:54 分类:问答How to get GMT time in milliseconds using boost Date_Time?
Is there a simple way to get from boost Date_Time library a current GMT time in milliseconds? Here is one example w开发者_如何转开发hich uses time_of_day, I don\'t want time_of_day but total time in[详细]
2023-03-14 12:01 分类:问答How to get a local date-time from a time_t with boost::date_time?
I\'m using boost::date_time and I got a time_t, that have been generated by a library using the time() function from the C standard library.[详细]
2023-03-08 11:02 分类:问答Boost ptime: how to format data in a way browsers send inside headers of http requests?
I need to format my ptime in such way Wed, 21 Jan 2004 19:51:30 GMT How to do such thing with boost? (so it would look like data format of HTTP servers Expires and Last-Modified 开发者_StackOverflow中[详细]
2023-02-26 07:02 分类:问答