Click here to Skip to main content
15,895,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: map in mfc Pin
Iain Clarke, Warrior Programmer10-Mar-09 1:47
Iain Clarke, Warrior Programmer10-Mar-09 1:47 
AnswerRe: map in mfc Pin
Nishad S10-Mar-09 2:38
Nishad S10-Mar-09 2:38 
AnswerRe: map in mfc Pin
CPallini10-Mar-09 3:01
mveCPallini10-Mar-09 3:01 
GeneralRe: map in mfc Pin
Eytukan10-Mar-09 6:46
Eytukan10-Mar-09 6:46 
AnswerRe: map in mfc Pin
Stephen Hewitt10-Mar-09 3:06
Stephen Hewitt10-Mar-09 3:06 
AnswerRe: map in mfc Pin
Eytukan10-Mar-09 6:50
Eytukan10-Mar-09 6:50 
QuestionDifferent encoding?? Pin
gothic_coder10-Mar-09 1:03
gothic_coder10-Mar-09 1:03 
AnswerRe: Different encoding?? Pin
Iain Clarke, Warrior Programmer10-Mar-09 1:43
Iain Clarke, Warrior Programmer10-Mar-09 1:43 
VC++ is not good at showing you the chinese text. I assume the characters are not in the font it uses. This does not mean the code is bad.

Notepad is just guessing at the encoding, and getting it wrong.

But if you're saving UNICODE, you can help notepad by saving a byte order marker (or BOM) at the front of the file.

I forget it should be FFFE, or FEFF. But as that's only two choices, try both and see which works.

You possibly will also have the problem of fonts having the chinese characters in it in notepad.

Good luck,

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

AnswerRe: Different encoding?? Pin
gothic_coder10-Mar-09 1:45
gothic_coder10-Mar-09 1:45 
GeneralRe: Different encoding?? Pin
Iain Clarke, Warrior Programmer10-Mar-09 2:14
Iain Clarke, Warrior Programmer10-Mar-09 2:14 
GeneralRe: Different encoding?? Pin
CPallini10-Mar-09 3:55
mveCPallini10-Mar-09 3:55 
QuestionWhile creating thread error C2665: 'AfxBeginThread' Pin
Abhijit D. Babar10-Mar-09 0:45
Abhijit D. Babar10-Mar-09 0:45 
AnswerRe: While creating thread error C2665: 'AfxBeginThread' Pin
Jijo.Raj10-Mar-09 0:52
Jijo.Raj10-Mar-09 0:52 
AnswerRe: While creating thread error C2665: 'AfxBeginThread' Pin
Cedric Moonen10-Mar-09 0:53
Cedric Moonen10-Mar-09 0:53 
QuestionGet the keys present in the section of an ini file... Pin
siva45510-Mar-09 0:24
siva45510-Mar-09 0:24 
AnswerRe: Get the keys present in the section of an ini file... Pin
Paresh Chitte10-Mar-09 0:44
Paresh Chitte10-Mar-09 0:44 
AnswerRe: Get the keys present in the section of an ini file... Pin
Iain Clarke, Warrior Programmer10-Mar-09 0:46
Iain Clarke, Warrior Programmer10-Mar-09 0:46 
AnswerRe: Get the keys present in the section of an ini file... - REPOST Pin
Iain Clarke, Warrior Programmer10-Mar-09 1:00
Iain Clarke, Warrior Programmer10-Mar-09 1:00 
GeneralRe: Get the keys present in the section of an ini file... - REPOST Pin
siva45510-Mar-09 1:34
siva45510-Mar-09 1:34 
GeneralRe: Get the keys present in the section of an ini file... - REPOST Pin
Iain Clarke, Warrior Programmer10-Mar-09 1:38
Iain Clarke, Warrior Programmer10-Mar-09 1:38 
GeneralRe: Get the keys present in the section of an ini file... - REPOST Pin
Hamid_RT10-Mar-09 2:25
Hamid_RT10-Mar-09 2:25 
QuestionHow to change the cursor for a Text Control Pin
pandit8410-Mar-09 0:17
pandit8410-Mar-09 0:17 
AnswerRe: How to change the cursor for a Text Control Pin
CPallini10-Mar-09 0:30
mveCPallini10-Mar-09 0:30 
GeneralRe: How to change the cursor for a Text Control Pin
Iain Clarke, Warrior Programmer10-Mar-09 0:52
Iain Clarke, Warrior Programmer10-Mar-09 0:52 
GeneralRe: How to change the cursor for a Text Control Pin
CPallini10-Mar-09 1:14
mveCPallini10-Mar-09 1:14 

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.