Hello,
In my first app, i need get a text from UITextField, convert and set into UitextField.
My code is:
int *valorcinq = (int) [campoHoraCinq text];
int *valorcem = (int) [campoHoraCem text];
valorcinq = valorcinq + valorcem; --> Error: invalid operands to binary +

Tks for help-me
In my first app, i need get a text from UITextField, convert and set into UitextField.
My code is:
int *valorcinq = (int) [campoHoraCinq text];
int *valorcem = (int) [campoHoraCem text];
valorcinq = valorcinq + valorcem; --> Error: invalid operands to binary +
Tks for help-me