Re: Which string to use?



"kathy" <yqin_99@xxxxxxxxx> schrieb im Newsbeitrag
news:1136415972.749444.51390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> any std::tstring exsisted which can be used for both ASCii and UNICODE??

You can define it yourself:

typedef std::basic_string<TCHAR> tstring;

HTH
Heinz


.



Relevant Pages