Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTools for Unicode Conversion? Pin
Nandu_77b27-Feb-08 20:12
Nandu_77b27-Feb-08 20:12 
QuestionRe: Tools for Unicode Conversion? Pin
Rajesh R Subramanian27-Feb-08 20:17
professionalRajesh R Subramanian27-Feb-08 20:17 
GeneralRe: Tools for Unicode Conversion? Pin
Nandu_77b27-Feb-08 21:50
Nandu_77b27-Feb-08 21:50 
GeneralRe: Tools for Unicode Conversion? Pin
Rajesh R Subramanian27-Feb-08 22:03
professionalRajesh R Subramanian27-Feb-08 22:03 
GeneralRe: Tools for Unicode Conversion? Pin
David Crow28-Feb-08 2:39
David Crow28-Feb-08 2:39 
GeneralRe: Tools for Unicode Conversion? Pin
Nandu_77b9-Mar-08 22:49
Nandu_77b9-Mar-08 22:49 
Questionmouse pointer hides in richedit control? Pin
flyingxu27-Feb-08 20:00
flyingxu27-Feb-08 20:00 
AnswerRe: mouse pointer hides in richedit control? Pin
Rajesh R Subramanian27-Feb-08 20:45
professionalRajesh R Subramanian27-Feb-08 20:45 
GeneralRe: mouse pointer hides in richedit control? Pin
flyingxu27-Feb-08 23:28
flyingxu27-Feb-08 23:28 
GeneralMigrating to MS VC++ 2005 Pin
Nandu_77b27-Feb-08 19:57
Nandu_77b27-Feb-08 19:57 
GeneralRe: Migrating to MS VC++ 2005 Pin
Cedric Moonen27-Feb-08 20:13
Cedric Moonen27-Feb-08 20:13 
GeneralRe: Migrating to MS VC++ 2005 Pin
Nandu_77b27-Feb-08 21:54
Nandu_77b27-Feb-08 21:54 
GeneralRegister Dll Pin
john563227-Feb-08 19:42
john563227-Feb-08 19:42 
AnswerRe: Register Dll Pin
Rajkumar R27-Feb-08 19:48
Rajkumar R27-Feb-08 19:48 
GeneralRe: Register Dll Pin
john563227-Feb-08 19:53
john563227-Feb-08 19:53 
GeneralRe: Register Dll Pin
ThatsAlok27-Feb-08 19:57
ThatsAlok27-Feb-08 19:57 
GeneralRe: Register Dll Pin
john563227-Feb-08 20:02
john563227-Feb-08 20:02 
QuestionRe: Register Dll Pin
Rajkumar R27-Feb-08 20:12
Rajkumar R27-Feb-08 20:12 
GeneralRe: Register Dll Pin
john563227-Feb-08 20:22
john563227-Feb-08 20:22 
AnswerRe: Register Dll Pin
Rajkumar R27-Feb-08 20:58
Rajkumar R27-Feb-08 20:58 
GeneralRe: Register Dll Pin
ThatsAlok27-Feb-08 19:55
ThatsAlok27-Feb-08 19:55 
Generaldefine max length for allocator Pin
George_George27-Feb-08 19:37
George_George27-Feb-08 19:37 
Hello everyone,


In MSDN length_error sample,

http://msdn2.microsoft.com/en-us/library/2af6btx2.aspx

it uses internal macro _SIZT, other than size_t. I have found in file xmemory, _SIZT is defined to size_t.

So, my questions are

1. why not use size_t directly, why use an internal name (begins with _)?

2. Do we have to use _SIZT when we define a customized allocator?


thanks in advance,
George
GeneralRe: define max length for allocator Pin
Maximilien28-Feb-08 2:58
Maximilien28-Feb-08 2:58 
GeneralRe: define max length for allocator Pin
George_George28-Feb-08 14:23
George_George28-Feb-08 14:23 
QuestionBuild a chm file? [modified] Pin
fantasy121527-Feb-08 19:23
fantasy121527-Feb-08 19:23 

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.