W
Wen
Is it easy to get the system date in c++?
Somethings like in SQL or VB?
Somethings like in SQL or VB?
Wen said:Is it easy to get the system date in c++?
Somethings like in SQL or VB?
Thank you Victor,
Your codes are to difficult for me.
Thanks David!David Harmon said:Each thing that follows "std::" is a name of something in the standard
library. Using Victor's post for clues, look up the names "time_t",
"time()", "localtime()" etc. in the index of your favorite reference.
See also section 13.12 thru 13.14 in Steve Summit's C FAQ. It is always
good to check the FAQ before posting. You can get the FAQ at:
http://www.eskimo.com/~scs/C-faq/top.html
Kees Hoogendijk said:Thanks David!
I've token a look in the C FAQ and found also these code's. (q20.31) But
still I dont kwow how to use it.
I'm a starter, use C++ about 2 months.
My compiler (dev c++, bloodshed 4.981) doenst know <time_t>, where can I get
the time libary?
Which include do I need? Is this a void of int ?
Kees Hoogendijk said:Hallo Victor,
That boek we has a Dutch name, in English is something like "to the battle
in C++"
I had about 25 hours lesson, now I must make a program for end
"examination" and I've got 2 weeks time to do it.
So, I need the help of this group.
Thanks voor your tip. If I've got more time I'll get a good c book.
Wen said:Which book will you recommen, do you have a ISBN for me?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.