Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 simontanious processes
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
santabruzer




PostPosted: Sun Jan 11, 2004 3:25 pm   Post subject: simontanious processes

i know there's a fork command to make the process go on in the background.. but i always wondered, how do people do the falling text, and make it so that more than one will be done at one time..
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Sun Jan 11, 2004 5:16 pm   Post subject: (No subject)

you can fork multiple processes
code:

process a
loop
put "a"
end loop
end a

process b
loop
put "b"
end loop
end b

fork a
fork b


or (much better way) you have a single procedure that keeps track of all the letters
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
santabruzer




PostPosted: Sun Jan 11, 2004 5:18 pm   Post subject: (No subject)

ha ha.. yea.. i rethought a way of doing it.. and use records and refreshing the screen to make it look like they are simontaious.. so it's all good Laughing
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: