Looking for 2 tutorials
Posted: Thu Nov 25, 2010 11:35 pm
I'm looking for two several tutorials. I've searched and haven't found any that are particularly helpful.
The first is to cover the utilization of two threads. For instance, I've got two tasks that are typically done sequentially. However, with two threads, the second task could begin as soon the first one got going. It would just need a way to check on the status of the first thread, since that would be the slowest one.
The second is to cover the basics of using the debugger. I know how to print a debug message, but I'd like to learn how to step through the code one line at a time.
...I guess a pointer tutorial would be handy too. I find the syntax a bit unorthodox. (Backslash? and you can't find it in the help file...)
Oh, yeah. Since I'm asking away; is there an example for implementing online updates for your program?
Thanks!
The first is to cover the utilization of two threads. For instance, I've got two tasks that are typically done sequentially. However, with two threads, the second task could begin as soon the first one got going. It would just need a way to check on the status of the first thread, since that would be the slowest one.
The second is to cover the basics of using the debugger. I know how to print a debug message, but I'd like to learn how to step through the code one line at a time.
...I guess a pointer tutorial would be handy too. I find the syntax a bit unorthodox. (Backslash? and you can't find it in the help file...)
Oh, yeah. Since I'm asking away; is there an example for implementing online updates for your program?
Thanks!