1.串轉換成數字
tbuf16<20> buf(_l( "123" ) );
tlex lex( buf );
tint inum;
lex.val( inum );
2.數字轉換成串
tbuf16<20> buf;
tint inum = 20;
buf.format( _l( "%d" ) , inum );
3.將symbian串轉換成char串
char* p = null;
tbuf8<20> buf( _l( "aaaaa" ) );
p = (char *)buf.ptr();
4.utf-8轉換成unicode
cnvutfconverter::converttounicodefromutf8( ibuf16 , ibuf8 );
5.unicode轉換成utf-8
cnvutfconverter::convertfromunicodetoutf8( ibuf8 , ibuf16 );
6.將char串轉換成symbian串
Symbian中IMPORT C關鍵字釋義
在symbian程式中我們經常會看到import c這個關鍵字,它是c symbian 8.0a s60 2nd fp2 sc epoc32 include下e32def.h檔案裡面定義的乙個巨集.原定義如下 define import c declspec dllexport 那麼 declspe...
symbian資料symbian資料
symbian資料symbian資料 更多資料在 url http study url url http 部落格 url http 已上傳的檔案 active object技術講解 pdf課件.rar 635 kb 備註 提交 刪除 symbian c 開發入門之概述 pdf課件.rar 670.8...
Symbian中同步socket用法
symbian中同步socket用法 下邊的 是介紹同步socket的用法 需要用到的lib,可能不全,請看sdk的help自己新增 esock.lib 需要的標頭檔案,可能不全,請看sdk的help自己新增 include include include if defined wins lit k...