Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode 5.1 ( Basic Multilingual Plane ) - Language Identification related problem Pin
PankajB2-Jun-09 0:58
PankajB2-Jun-09 0:58 
GeneralRe: Unicode 5.1 ( Basic Multilingual Plane ) - Language Identification related problem Pin
Stuart Dootson2-Jun-09 1:11
professionalStuart Dootson2-Jun-09 1:11 
QuestionCopyFile Pin
p_19601-Jun-09 19:49
p_19601-Jun-09 19:49 
AnswerRe: CopyFile Pin
Stephen Hewitt1-Jun-09 20:03
Stephen Hewitt1-Jun-09 20:03 
QuestionOutlook .pst file Pin
Pardhu_M1-Jun-09 19:36
Pardhu_M1-Jun-09 19:36 
AnswerRe: Outlook .pst file Pin
Stuart Dootson2-Jun-09 0:39
professionalStuart Dootson2-Jun-09 0:39 
QuestionReading strings containing escape sequence. Pin
Comp_Users1-Jun-09 19:24
Comp_Users1-Jun-09 19:24 
AnswerRe: Reading strings containing escape sequence. Pin
Cedric Moonen1-Jun-09 20:26
Cedric Moonen1-Jun-09 20:26 
That's how it is supposed to work. Escape sequences are only used this way in string litterals (e.g., when you write the string yourself in the code). If you read that from a file, "\r" are two characters and they are treated as two independant characters. What you have to understand about escape sequences (like "\r") is that they are replaced by your compiler by a single character.
If you really want to do something like you that, you will need to parse the string yourself and replace the sequence yourself.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

QuestionIntegrated Windows Authentication or NTLM How ? Pin
ERLN1-Jun-09 19:09
ERLN1-Jun-09 19:09 
Questionchange mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron1-Jun-09 19:04
ptr_Electron1-Jun-09 19:04 
AnswerRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P1-Jun-09 19:50
Chandrasekharan P1-Jun-09 19:50 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion [modified] Pin
ptr_Electron1-Jun-09 20:08
ptr_Electron1-Jun-09 20:08 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P1-Jun-09 20:20
Chandrasekharan P1-Jun-09 20:20 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron2-Jun-09 21:17
ptr_Electron2-Jun-09 21:17 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P2-Jun-09 22:04
Chandrasekharan P2-Jun-09 22:04 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron2-Jun-09 22:23
ptr_Electron2-Jun-09 22:23 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P3-Jun-09 1:11
Chandrasekharan P3-Jun-09 1:11 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion [modified] Pin
ptr_Electron3-Jun-09 2:55
ptr_Electron3-Jun-09 2:55 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron4-Jun-09 1:00
ptr_Electron4-Jun-09 1:00 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
gabbasb211-Aug-09 4:41
gabbasb211-Aug-09 4:41 
QuestionCPropertyView Problems Compiling Pin
wdolson1-Jun-09 17:52
wdolson1-Jun-09 17:52 
AnswerRe: CPropertyView Problems Compiling Pin
Stuart Dootson2-Jun-09 2:06
professionalStuart Dootson2-Jun-09 2:06 
GeneralRe: CPropertyView Problems Compiling Pin
wdolson2-Jun-09 21:29
wdolson2-Jun-09 21:29 
GeneralRe: CPropertyView Problems Compiling Pin
Stuart Dootson2-Jun-09 21:39
professionalStuart Dootson2-Jun-09 21:39 
GeneralRe: CPropertyView Problems Compiling Pin
wdolson2-Jun-09 22:03
wdolson2-Jun-09 22: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.