سفارش تبلیغ
صبا ویژن

پاتوق دانشجویان کامپیوتر دانشگاه پیام نور میبد یزد

سلام بچه ها امیدوارم حاتون خوب باشه . امروز هم نتونستم براتون مطلب بیارم ولی به جاش یه برنامه آوردم توپ توپ .

این برنامه رو تو برنامه سی++ بنویسیدو حالشو ببرید.

#include <stdio.h>
#include <dos.h>
#include <conio.h>
#include <time.h>

int main(void)
{
   textmode(C80);
   time_t curtime; // Define a Varible of type time_t.
   clrscr();       // for Clear Screen.
   textcolor(10);  // Change Text Color into Green .
   while (!kbhit()){ /* This Loop will Continue until
when press a key of Keyboard. */
   time(&curtime);   // For Geting Current Date & Time .
   gotoxy(1,1);      // For Change location of the cursor .
   cprintf("Currnet Date and Time is : %s\n",ctime(&curtime));
   delay(1000);      // Delay about 1 second.
   }
   return 0;
}


فقط شرمنده حوصله نداشتم راستو روهمش کنم خودتون درستش کنید . بای بای


ارسال شده در تاریخ نویسنده
Susa Web Tools
پاتوق دانشجویان پیام نور میبد