Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icon needs to have 8 bit transparency alpahblend Pin
Mark Salsbery23-Mar-08 9:18
Mark Salsbery23-Mar-08 9:18 
GeneralRegGetValueA Pin
Dr. Emmett Brown22-Mar-08 5:02
Dr. Emmett Brown22-Mar-08 5:02 
GeneralRe: RegGetValueA Pin
Dr. Emmett Brown22-Mar-08 5:42
Dr. Emmett Brown22-Mar-08 5:42 
GeneralWeird C++ issue Pin
Jim Crafton22-Mar-08 4:11
Jim Crafton22-Mar-08 4:11 
GeneralRe: Weird C++ issue Pin
CPallini22-Mar-08 4:36
mveCPallini22-Mar-08 4:36 
GeneralRe: Weird C++ issue Pin
Jim Crafton22-Mar-08 5:03
Jim Crafton22-Mar-08 5:03 
GeneralRe: Weird C++ issue Pin
CPallini22-Mar-08 5:13
mveCPallini22-Mar-08 5:13 
GeneralRe: Weird C++ issue Pin
Rajkumar R22-Mar-08 8:14
Rajkumar R22-Mar-08 8:14 
first takes "copy constructor" while the second takes "assignment operator". string doesnot have copy constructor that takes char.
to avoid ambiguity in "assignment operator" specify explicit typecast.
m.s = std::string(t);
GeneralNon-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 1:20
Shy Agam22-Mar-08 1:20 
QuestionRe: Non-GUI Application with small memory consumption... Pin
CPallini22-Mar-08 3:03
mveCPallini22-Mar-08 3:03 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 3:09
Shy Agam22-Mar-08 3:09 
GeneralRe: Non-GUI Application with small memory consumption... Pin
CPallini22-Mar-08 4:53
mveCPallini22-Mar-08 4:53 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 3:55
rp_suman22-Mar-08 3:55 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:06
Shy Agam22-Mar-08 4:06 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 4:17
rp_suman22-Mar-08 4:17 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:23
Shy Agam22-Mar-08 4:23 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 4:32
rp_suman22-Mar-08 4:32 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:35
Shy Agam22-Mar-08 4:35 
QuestionRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:11
Moak22-Mar-08 4:11 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:14
Shy Agam22-Mar-08 4:14 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:31
Moak22-Mar-08 4:31 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:34
Shy Agam22-Mar-08 4:34 
GeneralRe: Non-GUI Application with small memory consumption... [modified] Pin
Moak22-Mar-08 4:42
Moak22-Mar-08 4:42 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:50
Shy Agam22-Mar-08 4:50 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:56
Moak22-Mar-08 4:56 

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.