
please wait
How do I run a terminal command without freezing the GUI app |
I'm doing an app in wxWidgets and I need to run a linux command. The command is mpv <video URL> <some settings> and it runs the video from the link. It works bu... |
Jul 24, 2021 at 5:47pm
[2 replies] Last: I added the "&" at the end and now it works! Big thanks :3 (by fivetwoseveone)
|
sql query problem in c++ |
hi to all, i've centos 7.5 in VM. I've a problem with sql query. here i want to display product, customer and billing information by a one sql. here is a progra... |
Jul 23, 2021 at 1:59pm
[7 replies] Last: what I would do is print the generated sql statement and run it in you... (by jonnin)
|