On Thu, 14 Jun 2007 02:29:43 -0700, in comp.lang.c ,
wrote:
>Dear All,
> PLZ TELL ME THE SOURCE CODE OF DIGITAL CLOCK IN
>C LANGUAGE . I REALLY NEED IT AND I DONOT KNOW HOW TO USE C LANGUAGE .
> ACTUALLY I WANT TO MAKE A CLOCK IN LINUX >IF ANY BODY POST ME THE
>CODE I HALL BEW VERY THANKFUL TO HOM> PLZ DO REPLY ME PLZ
TypinG ENTIRELY IN UPPERCASE is regarded as shouting on usenet. You
should use normal sentence case.
As for the question, this isn't comp.sources.wanted. If you try to
write the programme yourself first, then people will be happy to show
where you've gone wrong.
If you want some hints, look at the time() and mktime() functions and
the various structs associated with them. These will get you started.
--
Mark McIntyre
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan