+ 5
MultiThreading
It is possible to have a multitasking program in c++? If there is a way, please show me how.
4 Respuestas
+ 3
Here's an example for you:
https://code.sololearn.com/clN62FLG2CY3/#cpp
You're not going to be able to run it here on SoloLearn, but if you compile it on your own computer, it will work. SoloLearn's compilation environment doesn't support threading.
+ 4
The problem is that I don't know how to make the threads
please help out.
+ 3
Make some threads with codes inside and calling them (If you need to) can make them multitask
+ 3
Threads in C++? I'm sorry but I dont know how to