how to run two threads independently at same time .. without using signals and slots give some examples.....
how to run two threads independently at same time .. without using signals and slots give some examples.....
You call "start()" on two QThread objects.
Cheers,
_
two threads are seperate cpp files i want to call another cpp file run in in main class cpp file how can i do ....
Doesn't really matter. Two thread require two thread objects and start() being called on both of them.
Whether they are in the same file, two files, or spread across even more files, is really unimportant as long as the program compiles and links properly.
What is a "cpp file run"?
Cheers,
_
Bookmarks