TInt vs TDes

Login to reply to this topic.
Wed, 2008-03-12 05:46
Joined: 2008-03-11
Forum posts: 44

I am beginner in symbian platfarm . Please tell me how to convert TInt into TDes

Thank in advance


Wed, 2008-03-12 06:42
Joined: 2006-07-17
Forum posts: 4
Re: TInt vs TDes

Hi,

Conversion from TInt to TDes

TInt no=10;
TBuf <2> buf;
buf.AppendNum(no);

Vikas
Mauj.

Wed, 2008-03-12 06:44
Joined: 2005-12-07
Forum posts: 56
Re: TInt vs TDes

plz use the search facility of this forum.

  • Login to reply to this topic.