Hello everybody,
I started c++ half a year ago, with the .cpp programs. Now i want to create a program with the Windows Application forms.
But how can i multiply with textboxes?
I want something like:
textBox1->text = (textBox2->text * 3)
But this code gives an error, i need something to include to it, or i'm doing something wrong.
Could you say me what i'm doing wrong?
Thanks in advance