NlMakesis Y-Browser Y-Tasks
I am beginner in symbian platfarm . Please tell me how to convert TInt into TDes
Thank in advance
Hi,
Conversion from TInt to TDes
TInt no=10;TBuf <2> buf;buf.AppendNum(no);
Vikas Mauj.
plz use the search facility of this forum.
Forum posts: 4
Hi,
Conversion from TInt to TDes
TInt no=10;TBuf <2> buf;
buf.AppendNum(no);
Vikas
Mauj.
Forum posts: 56
plz use the search facility of this forum.