Hi there,
Hopefully this a quick question.
Say i have program prog1.cpp and prog2.cpp
and they will both take the same amount of time.
i.e. One is reading a file and outputs a figure and the other is a video application
Is there a way i can get these to run concurrently without having to combine the two?
Kind Regards,
Dave