|
Marquee - display text scolling right
|
|
08-12-2009, 11:50 PM
Post: #1
|
|||
|
|||
|
Marquee - display text scolling right
Someone posted some C++ windows code for displaying marquee text and I thought well isn't that interesting. He incorporated notepad and a own bunch of other windows stuff that will never work in my Linux world, so I wrote my own code for Linux to display a text message that would scroll to the right in a never ending loop. Now this code was written quickly in the wee morning hours but here it is. Now I thought initially that this would be simple, but you know it was really quite difficult....G4143
You should try writing a program like this....scroll a text message to the right in a never ending loop Code: #include <stdio.h> |
|||
|
08-12-2009, 11:59 PM
Post: #2
|
|||
|
|||
|
RE: Marquee - display text scolling right
This is kind of interesting, but i am having problems with sleep() function !
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
08-13-2009, 02:30 AM
Post: #3
|
|||
|
|||
| RE: Marquee - display text scolling right | |||
|
08-13-2009, 02:44 AM
Post: #4
|
|||
|
|||
|
RE: Marquee - display text scolling right
I have Windows, but i got used to translating, and i solved the problem . . . i didn't have library included !
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
« Next Oldest | Next Newest »
|





