:idea: :-/ Dear c++ gurus,
I have an intention to run two loop together at a time. I dun know whether it is possible or not. My architecture is:
run:
1. loop1
2. loop2
loop1 running together with loop2.
loop2 will stop running once loop1 give a signal,
say if int i = 0 change to i = 2.
is that possible?
How can i do it?
Thanks :) :P