• ¡Welcome to Square Theme!
  • This news are in header template.
  • Please ignore this message.
مهمان عزیز خوش‌آمدید. ورود عضــویت


امتیاز موضوع:
  • 16 رای - 2.31 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
Title: ساعت هشتار دهنده با Turbo C++
حالت موضوعی
#1
Exclamation 
سلام دوستان

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

به زبان Turbo C++‎

ممنون میشم
 
پاسخ
#2
سلام
والا من 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
ببخشید سورس اماده نبود
بدرود
گروه دور همی پارسی کدرز
https://t.me/joinchat/GxVRww3ykLynHFsdCvb7eg
 
پاسخ
  


پرش به انجمن:


Browsing: 1 مهمان