Click here to Skip to main content
15,921,990 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCompile faster Pin
MarcoNedwig25-Nov-07 22:45
MarcoNedwig25-Nov-07 22:45 
GeneralRe: Compile faster Pin
Matthew Faithfull25-Nov-07 23:44
Matthew Faithfull25-Nov-07 23:44 
GeneralRe: Compile faster Pin
MarcoNedwig26-Nov-07 0:10
MarcoNedwig26-Nov-07 0:10 
GeneralRe: Compile faster Pin
jhwurmbach26-Nov-07 1:16
jhwurmbach26-Nov-07 1:16 
AnswerRe: Compile faster Pin
Nelek26-Nov-07 0:38
protectorNelek26-Nov-07 0:38 
AnswerRe: Compile faster Pin
peterchen26-Nov-07 3:30
peterchen26-Nov-07 3:30 
QuestionCString to UTF8 conversion Pin
vytheese25-Nov-07 22:38
professionalvytheese25-Nov-07 22:38 
AnswerRe: CString to UTF8 conversion Pin
bob1697226-Nov-07 2:18
bob1697226-Nov-07 2:18 
vytheeswaran wrote:
I heard the CString will be using internally multi-byte character, So I expecting the file format also should be the UTF8 format


MBCS and UTF-8 are two different beasts. If your machine is using a loaded code page like Latin-1, I don't believe MBCS will contain any lead bytes that would lead to a double byte sequence anyway. The other western encodings might have them but I've never seen one in action in the US.

vytheeswaran wrote:
but its saving as a ASCII


Are you sure it's limiting output to ASCII. It's more likely what some refer to as ANSI. Try outputing a character above index 127. Did the output resemble what MSDN lists for ANSI?

Character sets[^]

Transformation formats[^]

UTF[^]
GeneralRe: CString to UTF8 conversion Pin
vytheese26-Nov-07 21:52
professionalvytheese26-Nov-07 21:52 
AnswerRe: view resources of the project Pin
Nelek25-Nov-07 22:07
protectorNelek25-Nov-07 22:07 
GeneralRe: view resources of the project Pin
keyto25-Nov-07 22:19
keyto25-Nov-07 22:19 
GeneralRe: view resources of the project Pin
Priya_Sundar25-Nov-07 23:04
Priya_Sundar25-Nov-07 23:04 
GeneralRe: view resources of the project Pin
keyto25-Nov-07 23:23
keyto25-Nov-07 23:23 
GeneralRe: view resources of the project Pin
Priya_Sundar25-Nov-07 23:48
Priya_Sundar25-Nov-07 23:48 
GeneralRe: view resources of the project Pin
keyto26-Nov-07 0:23
keyto26-Nov-07 0:23 
QuestionIE ReBar Window Problem Pin
ayogesh_28@yahoo.co.in25-Nov-07 21:54
ayogesh_28@yahoo.co.in25-Nov-07 21:54 
AnswerRe: IE ReBar Window Problem Pin
Priya_Sundar25-Nov-07 23:56
Priya_Sundar25-Nov-07 23:56 
GeneralRe: IE ReBar Window Problem Pin
ayogesh_28@yahoo.co.in26-Nov-07 1:42
ayogesh_28@yahoo.co.in26-Nov-07 1:42 
QuestionSDI with no doc-view, replace CChildView, there is an error Pin
followait25-Nov-07 21:54
followait25-Nov-07 21:54 
AnswerFound the answer Pin
followait26-Nov-07 1:43
followait26-Nov-07 1:43 
QuestionGetting the raw input data without having a window Pin
Mithilesh Katre25-Nov-07 21:42
Mithilesh Katre25-Nov-07 21:42 
Questionproblem in enumerating the registry values. Pin
yudhisthira25-Nov-07 19:19
yudhisthira25-Nov-07 19:19 
AnswerRe: problem in enumerating the registry values. Pin
Mark Salsbery25-Nov-07 19:31
Mark Salsbery25-Nov-07 19:31 
AnswerRe: problem in enumerating the registry values. Pin
Stephen Hewitt25-Nov-07 19:40
Stephen Hewitt25-Nov-07 19:40 
AnswerRe: problem in enumerating the registry values. Pin
ThatsAlok25-Nov-07 20:03
ThatsAlok25-Nov-07 20:03 

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.