Actions
Support #1325
closedconverting to int
Start date:
06/16/2012
Due date:
% Done:
0%
Estimated time:
Description
hi,
I can't convert this to int
lineEditNumber->text().toUTF8().c_str();
How can i convert it to int?
Updated by Jan Hrubeš over 12 years ago
int myint = boost::lexical_cast<int>( lineEditNumber->text().toUTF8() );
H.
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.2
Released in Wt 3.2.2
Actions