Tagged Questions
0
votes
2answers
101 views
How i create application B that would be able to communicate with running application A? [closed]
I have background application A.
I want to create application B to configure application A on the fly.
So, how can I detect if A is running and send some messages to A?
2
votes
1answer
208 views
Can Qt SDK be used for development on any Linux distro?
Fisrt of all I am a Windows developer guy but really like Linux. On Windows, Visual Studio provides an excellent IDE for C and C++ development. The only other IDE and toolkit I like is the Qt SDK and ...