View Full Version: Time source code

C++ Learning Community > C++ Creations > Time source code


Title: Time source code


palhadaço - December 11, 2003 08:48 PM (GMT)
This is a time source code, HH/MM/SS.

QUOTE


#include <time.h>
#include <windows.h>

void time ()
{
  char data_caract[128];
      _strdate(data_caract);
  Form1->StaticText4->Caption = data_caract;
}
[LIST]





* Hosted for free by InvisionFree