Posts by Comet.mp3 • 9 points
1 post
-
0
votes2
answers38
viewsQ: How to make a concatenation between a string and another primitive type in a function return?
I’m doing a function that returns all class information ContaBanco.h, as, the current balance, owner, type, etc, but the compiler understands as a sum and not as concatenation. How can I solve this?…