Re: Which string to use?
- From: "Heinz Ozwirk" <hozwirk.SPAM@xxxxxxxx>
- Date: Thu, 5 Jan 2006 00:13:42 +0100
"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
.
- References:
- Which string to use?
- From: kathy
- Re: Which string to use?
- From: James Juno
- Re: Which string to use?
- From: kathy
- Which string to use?
- Prev by Date: Re: What's the most efficient testing of variables?
- Next by Date: Re: Unhandled exception at 0x39d9f202 in t14.exe: 0xC0000005: Access violation reading location 0xfeeefeee
- Previous by thread: Re: Which string to use?
- Next by thread: Re: Which string to use?
- Index(es):
Relevant Pages
|