Talk:Draw a clock: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 4: Line 4:
::<lang bash>$ CFLAGS=-std=c99 make clock</lang>
::<lang bash>$ CFLAGS=-std=c99 make clock</lang>
::but when I run it my display does not look very clock like:
::but when I run it my display does not look very clock like:
::<pre>
<pre>


:--::... :----------:: . ..::--- *%*
:--::... :----------:: . ..::--- *%*
. c&- .-.c&: .-:.aa:
. c&amp;- .-.c&amp;: .-:.aa:
:-. :&c. :-. -&c :-: -#*</pre>
:-. :&amp;c. :-. -&amp;c :-: -#*</pre>
::could you maybe post a screenshot or something? Thanks. --[[User:Rdm|Rdm]] 13:30, 4 July 2011 (UTC)
::could you maybe post a screenshot or something? Thanks. --[[User:Rdm|Rdm]] 13:30, 4 July 2011 (UTC)

Revision as of 13:32, 4 July 2011

What is supposed to happen here? I could not get the C code to compile. --Rdm 01:50, 4 July 2011 (UTC)

Oh sorry, should have said it's C99, gcc -std=c99 -Wall -lm stuff.c, for example. --~~
Ok, I built it
<lang bash>$ CFLAGS=-std=c99 make clock</lang>
but when I run it my display does not look very clock like:

       :--::...                                :----------:: .                             ..::--- *%*
                   . c&-                                   .-.c&:                                  .-:.aa:
                    :-. :&c.                                :-.  -&c                                :-:   -#*
could you maybe post a screenshot or something? Thanks. --Rdm 13:30, 4 July 2011 (UTC)