Structure
-
Hello
I am a beginner in C + + and I need an opinion on QT.I want to create an app with a GUI that interacts with an object of type QTCPsocket, but I want this object to be accessible to all forms, like a global variable, to read and write to the socket.
Any thoughts on good practice or an appropriate structure?
att.