Pages

Pages

Friday, January 25, 2013

Syntax Higlighter 2.0 for Windows Live Writer

20040510-vim_syntax_light_bg
#include<stdio.h>
#include<time.h>
#include<windows.h>
#include <stdlib.h>
 
int main()
{
struct tm *tmp;
time_t s;
 
for(;;)
{
s = time(NULL);
tmp = localtime(&t);
 
    printf("%d:%0d:%d\n",tmp->tm_hour,tmp->tm_min,tmp->tm_sec);
     
    Sleep(1000);
     
    system ("cls");
 
} 
 
     
return 0;
}

No comments:

Post a Comment