animate [Archive] - C Board

PDA

View Full Version : animate


xlordt
02-17-2002, 07:23 PM
how can i creat like a simple animated number... like for example if i wanted 4 to change to 5 then 5 to 6 but in the same line ... or if i wanted to make dots pring out like one by one like this
...
.....
........
how would i do this...?

rohit
02-17-2002, 10:23 PM
Learn curses ... you can format your output very well with it .

xlordt
02-17-2002, 10:30 PM
and what are curses..? can show me and example or were can i find a tut..

Unregistered
02-17-2002, 11:23 PM
try googling (http://www.google.com/linux for specific linux results only )


http://www.linux.org.il/IGLU/966442575/index_html

linux programming for beginners ( Wrox press) has a good intro too .

Unregistered
02-17-2002, 11:25 PM
sorry i forgot to login am too lazzy ...ahh bloddy monday ... U2 should have sang this rather then blodddddy sunday

xlordt
02-17-2002, 11:32 PM
itz coded in python.... hhmm damn i will add a search and see what i can find thanx

rohit
02-18-2002, 12:22 AM
it's easy nuthing much though i didn't played with it much ...

starX
02-18-2002, 10:39 AM
I'm pretty sure one of the format code in printf is to clear the line before writing to it instead of just adding something else. I'm not sure though.

starX
www.axisoftime.com