From: Tom Serface on
Yeah, C# just always does Unicode. No _T() or TCHAR or L"" or anything.
That is nice.

Tom

"Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message
news:0ab02af5-d7cf-40be-9277-99e193eea3cf(a)d62g2000hsf.googlegroups.com...

>
> OK. I have been out of touch with this for a while. Nothing like this
> in C#.
>
> ---
> Ajay

From: Giovanni Dicanio on

"Tom Serface" <tom.nospam(a)camaswood.com> ha scritto nel messaggio
news:B45FAA0F-4660-4D86-ACCA-B4226F8B5C7A(a)microsoft.com...
> Yeah, C# just always does Unicode. No _T() or TCHAR or L"" or anything.
> That is nice.

....and not several classes for strings, like std::string, std::wstring,
CString, CStringA, CStringW, LPCTSTR, wchar_t*, char*...

Just *string* :)

Yes, that is nice.

G


From: Tom Serface on
Yeah, just different names for the same thing :o)

string and String

Tom

"Giovanni Dicanio" <giovanni.dicanio(a)invalid.com> wrote in message
news:efCbF3HhIHA.4740(a)TK2MSFTNGP05.phx.gbl...
>
> "Tom Serface" <tom.nospam(a)camaswood.com> ha scritto nel messaggio
> news:B45FAA0F-4660-4D86-ACCA-B4226F8B5C7A(a)microsoft.com...
>> Yeah, C# just always does Unicode. No _T() or TCHAR or L"" or anything.
>> That is nice.
>
> ...and not several classes for strings, like std::string, std::wstring,
> CString, CStringA, CStringW, LPCTSTR, wchar_t*, char*...
>
> Just *string* :)
>
> Yes, that is nice.
>
> G
>
>

From: Ajay Kalra on

"Tom Serface" <tom.nospam(a)camaswood.com> wrote in message
news:B45FAA0F-4660-4D86-ACCA-B4226F8B5C7A(a)microsoft.com...
> Yeah, C# just always does Unicode. No _T() or TCHAR or L"" or anything.
> That is nice.

No macros is good. No header files is better.

---
Ajay


From: Ajay Kalra on

"Tom Serface" <tom.nospam(a)camaswood.com> wrote in message
news:5B9B2ADA-EA05-47F5-B710-7FBCB6BC40DD(a)microsoft.com...
> Yeah, just different names for the same thing :o)
>
> string and String

One is in BCL other is in C#(VB?).

---
Ajay



First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Prev: CDhtmlDialog Charset Problem
Next: Can't get OLE interface