Parsi Coders
ساعت هشتار دهنده با Turbo C++ - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37)
+--- انجمن: C and C++ (http://parsicoders.com/forumdisplay.php?fid=54)
+--- موضوع: ساعت هشتار دهنده با Turbo C++ (/showthread.php?tid=3183)



ساعت هشتار دهنده با Turbo C++ - tiktak990 - 05-16-2013

سلام دوستان

سورس کد ساعت هشتار دهنده ای میخوام که وقتی تنظیمش کردیم .سر ساعت یه پیغام به کاربر نشون بده

به زبان Turbo C++‎

ممنون میشم


RE: ساعت هشتار دهنده با Turbo C++ - Amin_Mansouri - 05-16-2013

سلام
والا من turbo c++ کار نکردم
اما واسه بدست اوردن تایم و زمان در turbo c++ یه مثال میزنم :   
کد:
gettime()                Get System Time

 #include   <dos.h>

 void         gettime(timep);
 struct time  *timep;                    Pointer to structure

    gettime() gets the system's current time and fills in the 'time'
    structure pointed to by 'timep'.  The 'time' structure is defined as:

          struct time  {
               unsigned char ti_min;         /* Minutes */
               unsigned char ti_hour;        /* Hours */
               unsigned char ti_hund;        /* Hundredths of seconds */
               unsigned char ti_sec;         /* Seconds */
          };

    Returns:    There is no return
 اینجا هم ببین :
http://www.ousob.com/ng/turboc/ng2f1.php
ببخشید سورس اماده نبود
بدرود