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

C / C++ / MFC

 
GeneralRe: A Doubt Pin
Niklas L17-Jun-10 9:20
Niklas L17-Jun-10 9:20 
GeneralRe: A Doubt Pin
Chris Losinger17-Jun-10 9:23
professionalChris Losinger17-Jun-10 9:23 
GeneralRe: A Doubt Pin
Aescleal17-Jun-10 9:32
Aescleal17-Jun-10 9:32 
GeneralRe: A Doubt Pin
Niklas L17-Jun-10 9:47
Niklas L17-Jun-10 9:47 
AnswerRe: A Doubt Pin
Richard MacCutchan17-Jun-10 9:47
mveRichard MacCutchan17-Jun-10 9:47 
AnswerRe: A Doubt Pin
Stephen Hewitt17-Jun-10 15:06
Stephen Hewitt17-Jun-10 15:06 
QuestionRe: A Doubt Pin
JobinG20-Jun-10 19:08
JobinG20-Jun-10 19:08 
AnswerRe: A Doubt Pin
Stephen Hewitt21-Jun-10 15:00
Stephen Hewitt21-Jun-10 15:00 
Firstly there are two cases here, the pre-increment and (++i) the post-increment (i++). The pre-increment case increments the variable and returns a reference to it. The post-increment case copies the variable, increments the original and returns the copy.
 
Steve

AnswerRe: A Doubt Pin
Tim Craig17-Jun-10 17:54
Tim Craig17-Jun-10 17:54 
QuestionCAsyncSocket server questions Pin
MikeRWinter17-Jun-10 7:56
MikeRWinter17-Jun-10 7:56 
AnswerRe: CAsyncSocket server questions Pin
Moak17-Jun-10 10:17
Moak17-Jun-10 10:17 
QuestionCTabCtrl problem Pin
Spawn@Melmac17-Jun-10 7:54
Spawn@Melmac17-Jun-10 7:54 
AnswerRe: CTabCtrl problem Pin
Niklas L17-Jun-10 8:13
Niklas L17-Jun-10 8:13 
GeneralRe: CTabCtrl problem Pin
Spawn@Melmac17-Jun-10 8:54
Spawn@Melmac17-Jun-10 8:54 
Questionhow to convert vector of doubles to a variant type Pin
b-rad31117-Jun-10 4:55
b-rad31117-Jun-10 4:55 
AnswerRe: how to convert vector of doubles to a variant type Pin
Code-o-mat17-Jun-10 6:05
Code-o-mat17-Jun-10 6:05 
GeneralRe: how to convert vector of doubles to a variant type Pin
b-rad31117-Jun-10 6:06
b-rad31117-Jun-10 6:06 
QuestionCustom Radio button Pin
AbhiHcl17-Jun-10 3:26
AbhiHcl17-Jun-10 3:26 
AnswerRe: Custom Radio button Pin
Code-o-mat17-Jun-10 4:32
Code-o-mat17-Jun-10 4:32 
GeneralRe: Custom Radio button Pin
AbhiHcl17-Jun-10 19:39
AbhiHcl17-Jun-10 19:39 
GeneralRe: Custom Radio button Pin
Code-o-mat17-Jun-10 21:45
Code-o-mat17-Jun-10 21:45 
GeneralRe: Custom Radio button Pin
AbhiHcl18-Jun-10 3:17
AbhiHcl18-Jun-10 3:17 
GeneralRe: Custom Radio button Pin
Code-o-mat18-Jun-10 3:24
Code-o-mat18-Jun-10 3:24 
QuestionC2491 Pin
T.RATHA KRISHNAN17-Jun-10 1:50
T.RATHA KRISHNAN17-Jun-10 1:50 
AnswerRe: C2491 Pin
Niklas L17-Jun-10 8:05
Niklas L17-Jun-10 8:05 

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.