Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 25th, 2005, 10:35 AM
gege
Guest
 
Posts: n/a
Default Date/Time class

Hello,

I'm looking for a complete C++ date class.
I found a lot of, that's why I wanted some advice.

Thx a lot
gg


  #2  
Old December 25th, 2005, 11:55 AM
Luke Meyers
Guest
 
Posts: n/a
Default Re: Date/Time class

Almost always prefer the Boost library when an applicable one exists
for what you're trying to do, absent any other preferential indication.

http://www.boost.org/doc/html/date_time.html

Luke

  #3  
Old December 25th, 2005, 05:25 PM
gege
Guest
 
Posts: n/a
Default Re: Date/Time class

I've read documentation about Boost, it sounds good
but the installation is not easy ! I'm working with MSVC 7
and I first have to compile the project in order to get lib
files .... but I can"t find any .vcproj file ....

any help ? thx !

Gg

"Luke Meyers" <n.luke.meyers@gmail.com> a écrit dans le message de news:
1135510773.923688.139920@g43g2000cwa.googlegroups. com...[color=blue]
> Almost always prefer the Boost library when an applicable one exists
> for what you're trying to do, absent any other preferential indication.
>
> http://www.boost.org/doc/html/date_time.html
>
> Luke
>[/color]


  #4  
Old December 26th, 2005, 05:05 AM
Luke Meyers
Guest
 
Posts: n/a
Default Re: Date/Time class

I haven't done a boost install myself, nor have I used it on windows or
within MSVC, so I can't offer specific advice (besides which, it would
be beyond the scope of this forum). However, I'd be surprised if there
weren't precompiled libraries available, or some MSVC-specific help out
there to be had. Boost is very much worth the effort, for much more
than just date/time.

Luke

  #5  
Old December 26th, 2005, 02:25 PM
gege
Guest
 
Posts: n/a
Default Re: Date/Time class

ok thx
i've juste found a very nice article in order to compile Boost : very easy !

http://www.codeproject.com/tips/Buil..._libraries.asp



"Luke Meyers" <n.luke.meyers@gmail.com> a écrit dans le message de news:
1135572756.913490.259490@z14g2000cwz.googlegroups. com...[color=blue]
>I haven't done a boost install myself, nor have I used it on windows or
> within MSVC, so I can't offer specific advice (besides which, it would
> be beyond the scope of this forum). However, I'd be surprised if there
> weren't precompiled libraries available, or some MSVC-specific help out
> there to be had. Boost is very much worth the effort, for much more
> than just date/time.
>
> Luke
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles