|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
กระทู้ #1352 [C] (จาก IP: 124.121.2.66)
เรียกใช้ วันเวลาจริงจากเครื่อง
อยากได้โค้ดที่เรียกใช้วันเวลาจริงจากเครืองมาแสดงในโปรแกรม ทำไงคะ อันนี้ทำใน visual c++ 6.0 MFC นะคะ ช่วยหน่อยนะคะ
|
จากคุณ
:
มัส / mus_suk@hotmail.com [2007-09-06 09:27:55]
|
|
ความคิดเห็น #26142 (จาก IP: 203.158.118.14)
#include<stdio.h> #include<conio.h> #include<dos.h> int date(){ struct dosdate_t d; _dos_getdate(&d); printf("%2d/%2d/%2d",d.day,d.mount,d.year); return 0(); }
ถ้าเป็นเวลาให้เปลี่ยนเป็น struct dostime_t t; _dos_gettime(&t); printf("%2d:%2d:%2d",t.hour,t.minute,t.second);
ถ้าเป็น พ.ศ.ให้ +543 หลัง year |
จากคุณ
:
sic / sic_sci@hotmail.com [2007-10-10 16:56:38]
|
|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
|
|