Click here to Skip to main content
15,915,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnPaint is transitory. Pin
Nelek10-Jul-08 21:48
protectorNelek10-Jul-08 21:48 
GeneralRe: OnPaint is transitory. Pin
jazy110-Jul-08 22:50
jazy110-Jul-08 22:50 
AnswerRe: OnPaint is transitory. Pin
Mark Salsbery11-Jul-08 6:25
Mark Salsbery11-Jul-08 6:25 
AnswerRe: OnPaint is transitory. Pin
jazy113-Jul-08 21:03
jazy113-Jul-08 21:03 
Questionprint a window Pin
tataxin10-Jul-08 16:46
tataxin10-Jul-08 16:46 
AnswerRe: print a window Pin
Nelek10-Jul-08 21:42
protectorNelek10-Jul-08 21:42 
Questionregular expression - removing last character from result Pin
rp_suman10-Jul-08 16:29
rp_suman10-Jul-08 16:29 
AnswerRe: regular expression - removing last character from result Pin
geoffs15-Jul-08 17:11
geoffs15-Jul-08 17:11 
Try this (it works in VI for me, but your mileage may vary depending on which RE tool you are using - regardless, it should be enough to get you running in your environment):

Search string: "\([0-9a-fA-F]\{1,4\}\)H"

Replace string: "0x\1"

Note that the above will only parse hex constants in the form you mentioned with 1-4 hex digits preceding the 'H' suffix.
GeneralRe: regular expression - removing last character from result Pin
rp_suman16-Jul-08 2:04
rp_suman16-Jul-08 2:04 
QuestionHow to Associate a File Extension with a Program Pin
Bram van Kampen10-Jul-08 15:34
Bram van Kampen10-Jul-08 15:34 
AnswerRe: How to Associate a File Extension with a Program Pin
Nelek10-Jul-08 21:29
protectorNelek10-Jul-08 21:29 
GeneralRe: How to Associate a File Extension with a Program Pin
Bram van Kampen11-Jul-08 14:31
Bram van Kampen11-Jul-08 14:31 
GeneralRe: How to Associate a File Extension with a Program Pin
Bram van Kampen12-Jul-08 13:02
Bram van Kampen12-Jul-08 13:02 
AnswerRe: How to Associate a File Extension with a Program Pin
Mark Salsbery11-Jul-08 6:31
Mark Salsbery11-Jul-08 6:31 
GeneralRe: How to Associate a File Extension with a Program Pin
Bram van Kampen11-Jul-08 14:30
Bram van Kampen11-Jul-08 14:30 
GeneralRe: How to Associate a File Extension with a Program Pin
Bram van Kampen12-Jul-08 16:08
Bram van Kampen12-Jul-08 16:08 
Questionwhy can't I print an icon? Pin
tataxin10-Jul-08 15:33
tataxin10-Jul-08 15:33 
AnswerRe: why can't I print an icon? Pin
Mark Salsbery11-Jul-08 6:34
Mark Salsbery11-Jul-08 6:34 
GeneralRe: why can't I print an icon? Pin
Bram van Kampen12-Jul-08 16:25
Bram van Kampen12-Jul-08 16:25 
GeneralRe: why can't I print an icon? Pin
tataxin13-Jul-08 14:43
tataxin13-Jul-08 14:43 
GeneralRe: why can't I print an icon? Pin
Bram van Kampen15-Jul-08 14:47
Bram van Kampen15-Jul-08 14:47 
QuestionUsing getenv Pin
rocktx10-Jul-08 8:17
rocktx10-Jul-08 8:17 
AnswerRe: Using getenv Pin
David Crow10-Jul-08 8:43
David Crow10-Jul-08 8:43 
GeneralRe: Using getenv [modified] Pin
Bram van Kampen12-Jul-08 16:42
Bram van Kampen12-Jul-08 16:42 
Questionget_anchors doesn't return all anchors Pin
Mohammad Tarik10-Jul-08 7:30
Mohammad Tarik10-Jul-08 7:30 

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.