Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Switching between installed languages ! Pin
Chris Losinger28-Aug-02 11:22
professionalChris Losinger28-Aug-02 11:22 
GeneralRe: Switching between installed languages ! Pin
Joaquín M López Muñoz28-Aug-02 11:40
Joaquín M López Muñoz28-Aug-02 11:40 
GeneralUnhandled Exception & Winsock :: Winsock Pin
valikac28-Aug-02 9:25
valikac28-Aug-02 9:25 
GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
Rohit  Sinha28-Aug-02 10:42
Rohit  Sinha28-Aug-02 10:42 
GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
Joaquín M López Muñoz28-Aug-02 10:43
Joaquín M López Muñoz28-Aug-02 10:43 
GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
valikac28-Aug-02 17:29
valikac28-Aug-02 17:29 
GeneralUnicode, MBCS, DBCS... Pin
devvvy28-Aug-02 9:13
devvvy28-Aug-02 9:13 
GeneralRe: Unicode, MBCS, DBCS... Pin
Paul M Watt28-Aug-02 9:42
mentorPaul M Watt28-Aug-02 9:42 
MBCS will have either one or two bytes represent a character. When you are dealing with a MBCS you will want to be careful to use the mbc version of the c runtime functions in order to perform string operations like strlen and strncpy because you are not copying a specific number of bytes rather than characters.

DBCS uses two bytes to represent each character. That simple.

UNICODE is a DBCS, but IBM uses that term all over the place, when they refer to MBCS as well. Therefore when Microsoft refers to UNICODE as a type of character set, they use Wide Character Set (WCS).

I hope that clears things up.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Unicode, MBCS, DBCS... Pin
devvvy28-Aug-02 9:44
devvvy28-Aug-02 9:44 
GeneralRe: Unicode, MBCS, DBCS... Pin
Michael Dunn28-Aug-02 10:11
sitebuilderMichael Dunn28-Aug-02 10:11 
Generaladding external dependencies Pin
pnpfriend28-Aug-02 9:05
pnpfriend28-Aug-02 9:05 
GeneralRe: adding external dependencies Pin
Paul M Watt28-Aug-02 9:45
mentorPaul M Watt28-Aug-02 9:45 
GeneralRe: adding external dependencies Pin
pnpfriend28-Aug-02 10:41
pnpfriend28-Aug-02 10:41 
GeneralRe: adding external dependencies Pin
Stuart Dootson28-Aug-02 21:09
professionalStuart Dootson28-Aug-02 21:09 
GeneralRe: adding external dependencies Pin
.dan.g.28-Aug-02 21:32
professional.dan.g.28-Aug-02 21:32 
GeneralInitializing data structure Pin
Todd Smith28-Aug-02 8:31
Todd Smith28-Aug-02 8:31 
GeneralRe: Initializing data structure Pin
Maciej Pirog28-Aug-02 9:35
Maciej Pirog28-Aug-02 9:35 
GeneralRe: Initializing data structure Pin
Todd Smith28-Aug-02 12:42
Todd Smith28-Aug-02 12:42 
GeneralRe: Initializing data structure Pin
Maciej Pirog29-Aug-02 2:34
Maciej Pirog29-Aug-02 2:34 
GeneralRe: Initializing data structure Pin
jhwurmbach29-Aug-02 2:43
jhwurmbach29-Aug-02 2:43 
GeneralRe: Initializing data structure Pin
Maciej Pirog29-Aug-02 3:53
Maciej Pirog29-Aug-02 3:53 
GeneralON_MESSAGE .NET Issue Pin
Ryan B.28-Aug-02 8:01
Ryan B.28-Aug-02 8:01 
GeneralRe: ON_MESSAGE .NET Issue Pin
Fazlul Kabir28-Aug-02 8:46
Fazlul Kabir28-Aug-02 8:46 
GeneralRe: ON_MESSAGE .NET Issue Pin
Nick Hodapp28-Aug-02 9:59
sitebuilderNick Hodapp28-Aug-02 9:59 
GeneralRe: ON_MESSAGE .NET Issue Pin
Michael Dunn28-Aug-02 12:28
sitebuilderMichael Dunn28-Aug-02 12:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.