Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Custom listcontrol Pin
David Crow10-Mar-09 4:25
David Crow10-Mar-09 4:25 
AnswerRe: Custom listcontrol Pin
Hamid_RT10-Mar-09 5:02
Hamid_RT10-Mar-09 5:02 
QuestionImplementing queues along with threads Pin
kr_ash10-Mar-09 3:21
kr_ash10-Mar-09 3:21 
AnswerRe: Implementing queues along with threads Pin
David Crow10-Mar-09 3:59
David Crow10-Mar-09 3:59 
QuestionCFile output - Problem - An extra White space Pin
PankajB10-Mar-09 2:49
PankajB10-Mar-09 2:49 
AnswerRe: CFile output - Problem - An extra White space Pin
Iain Clarke, Warrior Programmer10-Mar-09 3:01
Iain Clarke, Warrior Programmer10-Mar-09 3:01 
GeneralRe: CFile output - Problem - An extra White space Pin
CPallini10-Mar-09 3:29
mveCPallini10-Mar-09 3:29 
AnswerRe: CFile output - Problem - An extra White space Pin
Sarath C10-Mar-09 3:15
Sarath C10-Mar-09 3:15 
AnswerRe: CFile output - Problem - An extra White space Pin
David Crow10-Mar-09 3:43
David Crow10-Mar-09 3:43 
QuestionDatabase with password Pin
Grebeshkova10-Mar-09 1:56
Grebeshkova10-Mar-09 1:56 
QuestionRe: Database with password Pin
David Crow10-Mar-09 3:45
David Crow10-Mar-09 3:45 
Questionmap in mfc Pin
hrishiS10-Mar-09 1:41
hrishiS10-Mar-09 1:41 
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 

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.