Is multithreading possible using C in the sdk? If yes, how? If not, is there a workaround (using assembly or timers)?
balping wrote:
Is multithreading possible using C in the sdk? If yes, how? If not, is there a workaround (using assembly or timers)?


Really, you'd have to have to be able to hijack an interrupt or use an OS-provided way to hook into a timer to make anything resembling preemptive multitasking -- and I'm almost positive we do not have a way of doing this at this point and time. You could always opt for some sort of cooperative multitasking between threads, however.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement