Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Handling Shift + Tab key combination Pin
Taran915-May-09 20:49
Taran915-May-09 20:49 
AnswerRe: Handling Shift + Tab key combination Pin
Rajesh R Subramanian16-May-09 0:49
professionalRajesh R Subramanian16-May-09 0:49 
QuestionDoc/View application with docking pane Pin
Gagnon Claude15-May-09 13:12
Gagnon Claude15-May-09 13:12 
AnswerRe: Doc/View application with docking pane Pin
«_Superman_»15-May-09 20:46
professional«_Superman_»15-May-09 20:46 
AnswerRe: Doc/View application with docking pane Pin
Rajesh R Subramanian16-May-09 0:46
professionalRajesh R Subramanian16-May-09 0:46 
AnswerRe: Doc/View application with docking pane Pin
Stuart Dootson16-May-09 13:18
professionalStuart Dootson16-May-09 13:18 
QuestionCompiling error from stdafx.h [modified] Pin
transoft15-May-09 10:18
transoft15-May-09 10:18 
AnswerRe: Compiling error from stdafx.h Pin
Stuart Dootson15-May-09 13:01
professionalStuart Dootson15-May-09 13:01 
GeneralRe: Compiling error from stdafx.h Pin
transoft16-May-09 3:15
transoft16-May-09 3:15 
QuestionPassing multidimensional arrays to functions Pin
Royce Fickling15-May-09 9:45
Royce Fickling15-May-09 9:45 
AnswerRe: Passing multidimensional arrays to functions Pin
led mike15-May-09 10:19
led mike15-May-09 10:19 
QuestionRe: Passing multidimensional arrays to functions Pin
David Crow15-May-09 10:23
David Crow15-May-09 10:23 
QuestionWide char vs. ANSI char Pin
transoft15-May-09 7:32
transoft15-May-09 7:32 
AnswerRe: Wide char vs. ANSI char Pin
CPallini15-May-09 7:49
mveCPallini15-May-09 7:49 
AnswerRe: Wide char vs. ANSI char Pin
Rajesh R Subramanian16-May-09 0:20
professionalRajesh R Subramanian16-May-09 0:20 
I am not sure what do you mean by "handle" ANSI char. Note that everything is represented as Unicode, in an application that is built for Unicode. There is a two part article at CP, that you might want to read:
The Complete Guide to C++ Strings, Part I - Win32 Character Encodings[^]
The Complete Guide to C++ Strings, Part II - String Wrapper Classes[^]

Also, if you write an application in ANSI, Windows will still have to convert everything to Unicode internally to work with it. So, theoretically your application must be faster if it is built for Unicode.


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: Wide char vs. ANSI char Pin
Joe Woodbury16-May-09 17:55
professionalJoe Woodbury16-May-09 17:55 
GeneralRe: Wide char vs. ANSI char [modified] Pin
Rajesh R Subramanian16-May-09 19:17
professionalRajesh R Subramanian16-May-09 19:17 
QuestionCurious COM question - the case of the second exe server... Pin
Jim Crafton15-May-09 5:51
Jim Crafton15-May-09 5:51 
AnswerRe: Curious COM question - the case of the second exe server... Pin
Nemanja Trifunovic15-May-09 7:37
Nemanja Trifunovic15-May-09 7:37 
GeneralRe: Curious COM question - the case of the second exe server... Pin
CPallini15-May-09 7:49
mveCPallini15-May-09 7:49 
GeneralRe: Curious COM question - the case of the second exe server... Pin
Jim Crafton15-May-09 8:02
Jim Crafton15-May-09 8:02 
GeneralRe: Curious COM question - the case of the second exe server... Pin
CPallini15-May-09 11:48
mveCPallini15-May-09 11:48 
JokeRe: Curious COM question - the case of the second exe server... Pin
Rajesh R Subramanian16-May-09 1:50
professionalRajesh R Subramanian16-May-09 1:50 
GeneralRe: Curious COM question - the case of the second exe server... Pin
CPallini16-May-09 2:06
mveCPallini16-May-09 2:06 
GeneralRe: Curious COM question - the case of the second exe server... Pin
Jim Crafton15-May-09 7:55
Jim Crafton15-May-09 7:55 

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.