Parsi Coders

نسخه‌ی کامل: ساعت هشتار دهنده با Turbo C++
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
سلام دوستان

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

به زبان Turbo C++‎

ممنون میشم
سلام
والا من 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
ببخشید سورس اماده نبود
بدرود