Posts by Lucas Toledo • 11 points
1 post
-
1
votes0
answers63
viewsQ: C++ How to take the string of the get method of a class x and concatenate with a class y string?
I am programming a code in Qt(C++) and I need to take values from the client class in the menu class (which I do not inherit from client) and concatenate into a string to print on the screen.…